Skip to content
Snippets Groups Projects
Commit 9eb11e30 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Fix height

parent e469ef2a
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ if ($mode != 4)
//print "<tr><td>xx".$oldfamily."-".$family."-".$atleastoneforfamily."<br></td><tr>";
//if ($oldfamily && $family!=$oldfamily && $atleastoneforfamily) {
if ($family!=$oldfamily) {
print "<tr class=\"liste_titre\">\n <td colspan=\"6\">";
print '<tr class="liste_titre">'."\n <td colspan=\"6\">";
$familytext=empty($familylib[$family])?$family:$familylib[$family];
print $familytext;
print "</td>\n</tr>\n";
......@@ -423,7 +423,7 @@ if ($mode != 4)
$atleastoneforfamily++;
$var=!$var;
print "<tr ".$bc[$var].">\n";
print '<tr height="16" '.$bc[$var].">\n";
//print ' <td valign="top" nowrap="nowrap">';
if ($family!=$oldfamily)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment