fixed typo

This commit is contained in:
dcore94 2023-12-13 19:19:36 +01:00
parent a9ec721892
commit 1381140c49
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
</div>
<div class="mb-3">
<div class="form-field" title="description">
<textarea rows="1" name="description" class="form-control" placeholder="description" required="required" ${ input.id === 'ccpimage' ? 'readonly' : ''}>${input.description}<textarea>
<textarea rows="1" name="description" class="form-control" placeholder="description" required="required" ${ input.id === 'ccpimage' ? 'readonly' : ''}>${input.description}</textarea>
</div>
</div>
<div class="row mb-3">