diff --git a/wagtail/admin/templates/wagtailadmin/edit_handlers/comments/comment_panel.html b/wagtail/admin/templates/wagtailadmin/edit_handlers/comments/comment_panel.html index 3e05f98193..f5adc4bab5 100644 --- a/wagtail/admin/templates/wagtailadmin/edit_handlers/comments/comment_panel.html +++ b/wagtail/admin/templates/wagtailadmin/edit_handlers/comments/comment_panel.html @@ -1,4 +1,3 @@ {% load wagtailadmin_tags %} {{ comments_data|json_script:"comments-data" }} - - \ No newline at end of file + \ No newline at end of file diff --git a/wagtail/admin/templates/wagtailadmin/pages/_editor_js.html b/wagtail/admin/templates/wagtailadmin/pages/_editor_js.html index 7a65f5cfac..cc4dcfbf27 100644 --- a/wagtail/admin/templates/wagtailadmin/pages/_editor_js.html +++ b/wagtail/admin/templates/wagtailadmin/pages/_editor_js.html @@ -16,6 +16,7 @@ window.unicodeSlugsEnabled = {% if unicode_slugs_enabled %}true{% else %}false{% endif %}; +