From 14195323492002f9b1ebe091d28b29989481ac74 Mon Sep 17 00:00:00 2001 From: Andy Kirk Date: Mon, 29 Sep 2014 10:19:27 +0100 Subject: [PATCH] Fixed again --- footnotes/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footnotes/plugin.js b/footnotes/plugin.js index 821a88e..2ae6e38 100644 --- a/footnotes/plugin.js +++ b/footnotes/plugin.js @@ -178,7 +178,7 @@ CKEDITOR.plugins.add( 'footnotes', { $footnotes = $contents.find('.footnotes'); if ($footnotes.length == 0) { - var container = '

Footnotes

    ' + footnote + '
 '; + var container = '

Footnotes

    ' + footnote + '
'; // Move cursor to end of content: var range = editor.createRange(); range.moveToElementEditEnd(range.root);