diff --git a/www/html2pdf.php b/www/html2pdf.php index bb1c9f5fe..2396e9fa6 100644 --- a/www/html2pdf.php +++ b/www/html2pdf.php @@ -37,13 +37,13 @@ if($nomFic == ''){ $nbAnnonces = count($annonces); if($nbAnnonces>0){ foreach($annonces as $annonce){ - if ($count>$nbAnnoncesMax) break; + if($count>$nbAnnoncesMax) break; if($count>$nbAnnoncesMin){ $output.= ''; $output.= ''; $output.= ''; $output.= ''; - $output.= ''; + $output.= ''; $output.= ''; $output.= ''; $output.= '
Annonce : '.$count.'/'.$nbAnnonces.'Surveillance : '.$count.'/'.$nbAnnonces.''.date('d/m/Y').'
';