This commit is contained in:
grandeljay 2022-10-09 15:41:24 +02:00
parent b8b2d60275
commit 2aa5fbeb46

View file

@ -34,9 +34,11 @@ namespace wishthis;
<div class="field">
<label><?= __('Description') ?></label>
<textarea name="wish_description"
placeholder="<?= $wish->description ?? '' ?>"
><?= $wish->description ?? '' ?></textarea>
<div class="ui input">
<textarea name="wish_description" placeholder="<?= $wish->description ?? '' ?>">
<?= $wish->description ?? '' ?>
</textarea>
</div>
</div>
</div>