Fix: Avoid duplicate div error.

This commit is contained in:
Laurent Destailleur 2013-07-10 22:58:53 +02:00
parent cb68924f34
commit f690860aa8

View File

@ -144,9 +144,9 @@ if (! empty($hookmanager->resArray['options'])) {
<br> <br>
<?php if ($message) { ?> <?php if ($message) { ?>
<center><div align="center" style="max-width: 680px; margin-left: 10px; margin-right: 10px;"><div class="error"> <center><div align="center" style="max-width: 680px; margin-left: 10px; margin-right: 10px;">
<?php echo $message; ?> <?php echo dol_htmloutput_mesg($message,'','',1); ?>
</div></div></center> </div></center>
<?php } ?> <?php } ?>
</center> <!-- end of center --> </center> <!-- end of center -->