From ec30a562d8792d2384490c79e33b04076bb915bb Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Thu, 3 Dec 2009 02:09:58 +0000 Subject: [PATCH] MDL-20725 remove double escaping characters. --- lib/weblib.php | 55 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index e8157df73cd..72153552a5b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1007,8 +1007,7 @@ function choose_from_menu_nested($options,$name,$selected='',$nothing='choose',$ } if (!empty($options)) { foreach ($options as $section => $values) { - - $output .= ' '."\n"; + $output .= ' '."\n"; foreach ($values as $value => $label) { $output .= '