mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-01-10 16:18:41 +00:00
general fixes
This commit is contained in:
parent
64aa72888b
commit
b492820227
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user