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:
+1
-1
@@ -5753,7 +5753,7 @@ function convert_tree_to_html($tree, $row=0) {
|
||||
$str .= '<div class="tabrow'.($row+1).' empty"> </div>'."\n";
|
||||
}
|
||||
|
||||
$str .= '</li>'."\n";
|
||||
$str .= ' </li>'."\n";
|
||||
}
|
||||
$str .= '</ul>'."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user