Skip to content

Commit

Permalink
Fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
andykirk committed Sep 29, 2014
1 parent 9caa039 commit 1419532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footnotes/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ CKEDITOR.plugins.add( 'footnotes', {
$footnotes = $contents.find('.footnotes');

if ($footnotes.length == 0) {
var container = '<section class="footnotes"><header><h2>Footnotes</h2></header><ol>' + footnote + '</ol></section>&nbsp;';
var container = '<section class="footnotes"><header><h2>Footnotes</h2></header><ol>' + footnote + '</ol></section>';
// Move cursor to end of content:
var range = editor.createRange();
range.moveToElementEditEnd(range.root);
Expand Down

0 comments on commit 1419532

Please sign in to comment.