general fixes

This commit is contained in:
Dennis Eichhorn 2024-04-19 02:08:37 +00:00
parent 64aa72888b
commit b492820227

View File

@ -52,7 +52,7 @@ echo $this->data['nav']->render(); ?>
<span class="checkmark"></span>
</label>
<?php else : ?>
<input id="iValue" type="text" name="value" value="<?= $this->printHtml($this->attribute->getValue()); ?>">
<input id="iValue" type="text" name="value" value="<?= $this->printHtml((string) $this->attribute->getValue()); ?>">
<?php endif; ?>
</div>
</div>