}
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;
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