From 2fc94f55aa5b3357310ddf7f908a0ff3fbec1546 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 25 Sep 2023 10:33:39 +0900 Subject: [PATCH] Ensure that CKEditor.timestamp is string --- modules/editor/skins/ckeditor/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 2c72b39b7..117ca37ff 100644 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -137,7 +137,7 @@ CKEDITOR.dtd.$removeEmpty.ins = 0; // Set the timestamp for plugins. - CKEDITOR.timestamp = {json_encode($filemtimestamp)}; + CKEDITOR.timestamp = '{$filemtimestamp}'; // Add editor components.