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:17:54 +00:00
parent 4a129c473b
commit a04c3b55b9

View 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";