mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
htmlentities() to s()
This commit is contained in:
parent
3725cc8a58
commit
1b1858d260
15 changed files with 21 additions and 21 deletions
|
@ -83,7 +83,7 @@
|
|||
$status = update_record("label", $label);
|
||||
if ($CFG->debug>7) {
|
||||
if (!defined('RESTORE_SILENTLY')) {
|
||||
echo '<br /><hr />'.htmlentities($content).'<br />changed to<br />'.htmlentities($result).'<hr /><br />';
|
||||
echo '<br /><hr />'.s($content).'<br />changed to<br />'.s($result).'<hr /><br />';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue