Modif HTML

This commit is contained in:
Rodolphe Quiedeville 2005-11-23 14:29:35 +00:00
parent 29feb7d4a4
commit 2736669c99

View File

@ -204,9 +204,7 @@ $resql = $db->query($sql);
if ($resql) if ($resql)
{ {
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>'.min(10,$num).' derniers commentaires</td>'; print '<tr class="liste_titre"><td colspan="2">'.min(10,$num).' derniers commentaires</td></tr>';
print '<td width="75%">Commentaire</td></tr>'."\n";
$var=True;
while ($obj = $db->fetch_object($resql)) while ($obj = $db->fetch_object($resql))
{ {