Fix: Too much br

This commit is contained in:
Laurent Destailleur 2014-06-28 21:17:27 +02:00
parent 6916d251b5
commit 567280e85d

View File

@ -1049,7 +1049,7 @@ if ($id > 0)
print $extrafields->showOutputField($key,$value);
print "</td></tr>\n";
}
print '</table><br><br>';
print '</table>';
}
dol_fiche_end();