From a04c3b55b99ab60cecf5b1aab0d56c78caf094f9 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 3 Jul 2007 20:17:54 +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 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"; -- 2.39.5