diff --git a/djangocms_text_ckeditor/__init__.py b/djangocms_text_ckeditor/__init__.py index eaf00d69b..a082aad7a 100644 --- a/djangocms_text_ckeditor/__init__.py +++ b/djangocms_text_ckeditor/__init__.py @@ -16,6 +16,6 @@ 10. Publish the release when ready 11. Github actions will publish the new package to pypi """ -__version__ = '5.1.3' +__version__ = '5.1.4' default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig' diff --git a/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html b/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html index f7a2ea043..1dc02f05e 100644 --- a/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html +++ b/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html @@ -4,7 +4,7 @@ window._cmsCKEditors = window._cmsCKEditors || []; window._cmsCKEditors.push([ '{{ ckeditor_selector }}', - {{ plugin_pk|default:"''"|unlocalize }} + '{{ plugin_pk|default:""|unlocalize }}' ]); })();