Fix white spaces in description
This commit is contained in:
parent
8cd0fe80b8
commit
36d83b456f
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ namespace wishthis;
|
|||
<label><?= __('Description') ?></label>
|
||||
|
||||
<div class="ui input">
|
||||
<textarea name="wish_description" placeholder="<?= $wish->description ?? '' ?>">
|
||||
<?= $wish->description ?? '' ?>
|
||||
</textarea>
|
||||
<textarea name="wish_description" placeholder="<?= $wish->description ?? '' ?>"><?= $wish->description ?? '' ?></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue