X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/8da4e3db153de18c026cc8dda79bdc0947663c8a..86c2b19f372b3d7d4556d60586215ccf3d72a6c7:/page.inc.php diff --git a/page.inc.php b/page.inc.php index c21b4e7..ae223f1 100644 --- a/page.inc.php +++ b/page.inc.php @@ -52,7 +52,7 @@ register_shutdown_function(function () { if (!file_exists(DOCROOT . $ckesrc)) { $ckesrc = '//cdn.ckeditor.com/4.7.3/full-all'; # remote fallback } - printf(''."\n", "$ckesrc/ckeditor.js"); + printf("\n", "$ckesrc/ckeditor.js"); print ''."\n"; }