]> git.mjollnir.org Git - moodle.git/commitdiff
working on MDL-10322 :: tabs. I added a space before the closing </li> to close the...
authorurs_hunkler <urs_hunkler>
Tue, 3 Jul 2007 20:17:54 +0000 (20:17 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 3 Jul 2007 20:17:54 +0000 (20:17 +0000)
lib/weblib.php

index 9ec6db42bfe89fbbd40bfcccf902228083ff4eac..965a800b3553bdfb4441c15acc6bd4cc6ec9ded0 100644 (file)
@@ -6078,7 +6078,7 @@ function convert_tree_to_html($tree, $row=0) {
             $str .= '<div class="tabrow'.($row+1).' empty">&nbsp;</div>'."\n";
         }
 
-        $str .= '</li>'."\n";
+        $str .= ' </li>'."\n";
     }
     $str .= '</ul>'."\n";