From: urs_hunkler Date: Tue, 3 Jul 2007 20:17:54 +0000 (+0000) Subject: working on MDL-10322 :: tabs. I added a space before the closing to close the... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a04c3b55b99ab60cecf5b1aab0d56c78caf094f9;p=moodle.git working on MDL-10322 :: tabs. I added a space before the closing to close the gap between the li elements used without images. I don't know why this space is necessary. --- diff --git a/lib/weblib.php b/lib/weblib.php index 9ec6db42bf..965a800b35 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -6078,7 +6078,7 @@ function convert_tree_to_html($tree, $row=0) { $str .= '
 
'."\n"; } - $str .= ''."\n"; + $str .= ' '."\n"; } $str .= ''."\n";