mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
htmlentities() to s()
This commit is contained in:
parent
23407fb76b
commit
3725cc8a58
@ -579,7 +579,7 @@ if ($nextstage == SAVE) {
|
||||
|
||||
echo "<hr />\n";
|
||||
echo "<div style=\"text-align: left\">\n";
|
||||
print_object(htmlentities($str));
|
||||
print_object(s($str));
|
||||
echo "</div>\n";
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user