Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2438 from thezjy/master
Browse files Browse the repository at this point in the history
Remove a wrong semicolon
  • Loading branch information
fancyapps committed Mar 19, 2020
2 parents eea1345 + 6fc0be2 commit c4fd903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -978,7 +978,7 @@ <h2>Options</h2>
'&lt;div class=&quot;fancybox-navigation&quot;&gt;{{arrows}}&lt;/div&gt;' +
'&lt;div class=&quot;fancybox-stage&quot;&gt;&lt;/div&gt;' +
'&lt;div class=&quot;fancybox-caption&quot;&gt;&lt;div class="&quot;fancybox-caption__body&quot;&gt;&lt;/div&gt;&lt;/div&gt;' +
'&lt;/div&gt;'; +
'&lt;/div&gt;' +
'&lt;/div&gt;',

// Loading indicator template
Expand Down

0 comments on commit c4fd903

Please sign in to comment.