Fix white spaces in description

This commit is contained in:
grandeljay 2022-11-25 09:29:13 +01:00
parent 8cd0fe80b8
commit 36d83b456f

View file

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