1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-19 21:10:49 +01:00

Fix chiusura div su label e wrapper generale

This commit is contained in:
loviuz 2022-07-30 20:14:46 +02:00
parent c997c96bcb
commit 8c116355b4

View File

@ -102,9 +102,9 @@ class HTMLWrapper implements WrapperInterface
$result .= '
<div id="'.$values['id'].$rand.'-errors"></div>';
$result .= '
</div>';
if (!empty($values['label'])) {
$result .= '
</div>';
unset($values['label']);
}