working on MDL-10322 :: tabs. I added a space before the closing </li> to close the gap between the li elements used without images. I don't know why this space is necessary.

This commit is contained in:
urs_hunkler
2007-07-03 20:14:20 +00:00
parent 4b70ac02cd
commit cd1aa3bb76
+1 -1
View File
@@ -5753,7 +5753,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";