summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php
index a8761ad4a..4a4cf2739 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1217,9 +1217,9 @@ function html_edit(){
if ($wr) {
// sets changed to true when previewed
- echo '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--';
+ echo '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--'. NL;
echo 'textChanged = ' . ($mod ? 'true' : 'false');
- echo '//--><!]]></script>';
+ echo '//--><!]]></script>' . NL;
} ?>
<div style="width:99%;">