Skip to content

Commit

Permalink
Remove a wrong semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
thezjy authored Mar 19, 2020
1 parent eea1345 commit 6fc0be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
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 6fc0be2

Please sign in to comment.