Correction pour affichage IE6

This commit is contained in:
Michael RICOIS 2010-05-25 12:46:19 +00:00
parent d68f343152
commit 9fab3732be

View File

@ -30,7 +30,7 @@ $dataEvol = $data['evol'];
<div id="center">
<h1>SYNTH&Egrave;SE</h1>
<table border="0" align="left">
<table border="0">
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Num&eacute;ro identifiant Siren</td>
@ -64,7 +64,9 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{
?>
<table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr>
<tr><td width="30">&nbsp;</td>
<td><b>Aucun bilan disponible pour cette entreprise !</b></td>
</tr>
</table>
<?php
}