mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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:
parent
4a129c473b
commit
a04c3b55b9
@ -6078,7 +6078,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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user