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> <span class="checkmark"></span>
</label> </label>
<?php else : ?> <?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; ?> <?php endif; ?>
</div> </div>
</div> </div>