Fix: Bad html syntaxes
This commit is contained in:
parent
02dce788dd
commit
94b20f286d
@ -227,6 +227,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '<td>'.$langs->trans("Company").'</td>';
|
print '<td>'.$langs->trans("Company").'</td>';
|
||||||
print '<td>'.$langs->trans("Contacts").'</td>';
|
print '<td>'.$langs->trans("Contacts").'</td>';
|
||||||
print '<td>'.$langs->trans("ContactType").'</td>';
|
print '<td>'.$langs->trans("ContactType").'</td>';
|
||||||
|
print '<td> </td>';
|
||||||
print '<td colspan="2"> </td>';
|
print '<td colspan="2"> </td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
@ -295,7 +296,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
print '<tr><td colspan="6"> </td></tr>';
|
print '<tr><td colspan="7"> </td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// List of linked contacts
|
// List of linked contacts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user