2
0
forked from Wavyzz/dolibarr

Remove W3C warnings

This commit is contained in:
Laurent Destailleur
2009-08-24 12:10:13 +00:00
parent 1600dee50d
commit 534e9d06c0
3 changed files with 9 additions and 9 deletions

View File

@@ -1942,7 +1942,7 @@ function print_fiche_titre($titre, $mesg='', $picto='title.png', $pictoisfullpat
if (empty($conf->browser->firefox) && $picto=='title.png') $picto='title.gif';
print "\n";
print '<table width="100%" border="0" class="notopnoleftnoright" style="margin-bottom: 2px;"><tr>';
print '<table summary="" width="100%" border="0" class="notopnoleftnoright" style="margin-bottom: 2px;"><tr>';
if ($picto && $titre) print '<td class="nobordernopadding" width="40" align="left" valign="middle">'.img_picto('',$picto, '', $pictoisfullpath).'</td>';
print '<td class="nobordernopadding" valign="middle">';
print '<div class="titre">'.$titre.'</div>';