Fix: Avoid duplicate div error.
This commit is contained in:
parent
cb68924f34
commit
f690860aa8
@ -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 -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user