mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
htmlentities() to s()
This commit is contained in:
parent
3725cc8a58
commit
1b1858d260
15 changed files with 21 additions and 21 deletions
|
@ -202,9 +202,9 @@
|
|||
$status = update_record("resource",$resource);
|
||||
if ($CFG->debug>7) {
|
||||
if (!defined('RESTORE_SILENTLY')) {
|
||||
echo '<br /><hr />'.htmlentities($content1).'<br />changed to<br />'.htmlentities($result1).'<hr /><br />';
|
||||
echo '<br /><hr />'.htmlentities($content2).'<br />changed to<br />'.htmlentities($result2).'<hr /><br />';
|
||||
echo '<br /><hr />'.htmlentities($content3).'<br />changed to<br />'.htmlentities($result3).'<hr /><br />';
|
||||
echo '<br /><hr />'.s($content1).'<br />changed to<br />'.s($result1).'<hr /><br />';
|
||||
echo '<br /><hr />'.s($content2).'<br />changed to<br />'.s($result2).'<hr /><br />';
|
||||
echo '<br /><hr />'.s($content3).'<br />changed to<br />'.s($result3).'<hr /><br />';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue