update with html5 compliant code

This commit is contained in:
Philippe GRAND 2019-03-17 10:27:54 +01:00
parent 13c49d2946
commit e8c98f91cf

View File

@ -373,7 +373,7 @@ if ($result > 0)
print '<td>'; print '<td>';
print $langs->trans("Email"); print $langs->trans("Email");
print '</td>'; print '</td>';
print '<td align="right">'.$langs->trans("SeeModuleSetup", $langs->transnoentitiesnoconv("Module600Name")).'</td>'; print '<td class="right">'.$langs->trans("SeeModuleSetup", $langs->transnoentitiesnoconv("Module600Name")).'</td>';
print '</tr>'; print '</tr>';
}*/ }*/
/*if ($user->admin) /*if ($user->admin)