mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Improvements for editing Unicode
This commit is contained in:
parent
6ecde2bef3
commit
edc23b1686
@ -218,7 +218,8 @@
|
||||
$value = str_replace("\n\n\n","\n",$value);
|
||||
$value = str_replace("\\","",$value); // Delete all slashes
|
||||
$value = str_replace("%%","%",$value);
|
||||
$value = htmlspecialchars($value);
|
||||
$value = str_replace("<","<",$value);
|
||||
$value = str_replace(">",">",$value);
|
||||
|
||||
$cellcolour = $value ? $THEME->cellcontent: $THEME->highlight;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user