htmlentities() to s()

This commit is contained in:
stronk7
2006-04-11 15:34:29 +00:00
parent 5fe1f8afb4
commit 23407fb76b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1726,7 +1726,7 @@
}
if ($result != $content && $CFG->debug>7) { //Debug
echo '<br /><hr />'.htmlentities($content).'<br />changed to<br />'.htmlentities($result).'<hr /><br />'; //Debug
echo '<br /><hr />'.s($content).'<br />changed to<br />'.s($result).'<hr /><br />'; //Debug
} //Debug
return $result;
+1 -1
View File
@@ -2261,7 +2261,7 @@
if ($result != $content && $CFG->debug>7) { //Debug
if (!defined('RESTORE_SILENTLY')) {
echo '<br /><hr />'.htmlentities($content).'<br />changed to<br />'.htmlentities($result).'<hr /><br />'; //Debug
echo '<br /><hr />'.s($content).'<br />changed to<br />'.s($result).'<hr /><br />'; //Debug
}
} //Debug