From cd1aa3bb76f4f7e9e8f020c2f6c1ccf5e8a1369b Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 3 Jul 2007 20:14:20 +0000 Subject: [PATCH] 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. --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index b99da6b72f7..4daa5c4a7e7 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -5753,7 +5753,7 @@ function convert_tree_to_html($tree, $row=0) { $str .= '
 
'."\n"; } - $str .= ''."\n"; + $str .= ' '."\n"; } $str .= ''."\n";