Ensure that CKEditor.timestamp is string

This commit is contained in:
Kijin Sung 2023-09-25 10:33:39 +09:00
parent 283380ed0f
commit 2fc94f55aa

View file

@ -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.
<!--@if($enable_component)-->