mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars
This commit is contained in:
parent
8b7463e766
commit
c2a0b3adaa
@ -1924,7 +1924,6 @@ function check_theme_arrows() {
|
||||
global $THEME;
|
||||
|
||||
if (!isset($THEME->rarrow) and !isset($THEME->larrow)) {
|
||||
debug($THEME, 'not set');
|
||||
// Default, looks good in Win XP/IE 6, Win/Firefox 1.5, Win/Netscape 8...
|
||||
// Also OK in Win 9x/2K/IE 5.x
|
||||
$THEME->rarrow = '►'; // ►
|
||||
|
Loading…
x
Reference in New Issue
Block a user