diff --git a/views/admin/index/add.php b/views/admin/index/add.php index 75f623d..c72d4b0 100644 --- a/views/admin/index/add.php +++ b/views/admin/index/add.php @@ -24,7 +24,7 @@ // See http://www.tinymce.com/forum/viewtopic.php?id=24539 media_strict: false, // General configuration: - convert_urls: false, + convert_urls: false }); // Add or remove TinyMCE control. jQuery('#simple-pages-use-tiny-mce').click(function() { diff --git a/views/admin/index/edit.php b/views/admin/index/edit.php index 1156879..1715f7c 100644 --- a/views/admin/index/edit.php +++ b/views/admin/index/edit.php @@ -23,7 +23,7 @@ // See http://www.tinymce.com/forum/viewtopic.php?id=24539 media_strict: false, // General configuration: - convert_urls: false, + convert_urls: false }); // Add or remove TinyMCE control. jQuery('#simple-pages-use-tiny-mce').click(function() {