From c2a0b3adaabe7dc477def0fd28530d9669a95dba Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Fri, 11 Dec 2009 02:19:12 +0000 Subject: [PATCH] weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars --- lib/weblib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 37ee1ff265..70ec92371b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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 = '►'; // ► -- 2.39.5