Skip to content
Snippets Groups Projects
Commit 12892190 authored by Laurent Gil's avatar Laurent Gil
Browse files

Fix columns count in the top menu

parent 75ba6e25
No related branches found
No related tags found
No related merge requests found
......@@ -579,16 +579,9 @@ sub display_tables_list {
$t_count = 0;
}
}
$html .= qq{ </ul>};
$html .= qq{\n </ul>};
$html .= qq{\n </div>} if ($count > $nb_by_col);
if ($format_headers == 1) {
$html .= qq{ </div>\n};
if ($nbc > 1) {
$html .= qq{ <div style="clear:both" />\n</div>\n\n<div>};
$nb_col_line = 0;
}
}
$html .= qq{\n </div>\n} if ($format_headers == 1);
}
else {
$html .= qq{\n <table style="padding:0px 2px"><tr><td>\n <ul style="padding-left:20px">\n};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment