mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Ensure that CKEditor.timestamp is string
This commit is contained in:
parent
283380ed0f
commit
2fc94f55aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue