Refactor
This commit is contained in:
parent
b8b2d60275
commit
2aa5fbeb46
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue