Look: Fix height

This commit is contained in:
Laurent Destailleur 2010-11-05 08:40:21 +00:00
parent e469ef2a7d
commit 9eb11e30e2

View File

@ -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)