I killed <td nowrap>. Hello <td class="nowrap"> !

This commit is contained in:
Laurent Destailleur
2013-07-19 14:23:42 +02:00
parent e3b38cf3bb
commit d802470aae
49 changed files with 139 additions and 139 deletions

View File

@@ -97,7 +97,7 @@ if ($id > 0 || ! empty($ref))
// Ref commande client
print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td nowrap>';
print '<table class="nobordernopadding" width="100%"><tr><td class="nowrap">';
print $langs->trans('RefCustomer').'</td><td align="left">';
print '</td>';
print '</tr></table>';