Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogdani committed Mar 5, 2021
1 parent 79751e3 commit 5223128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/article/tmpl/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<div class="form-group">
<label>{{ fld.label|upper }}</label>
<textarea name="{{ fld.name }}"
class="fomr-control"
class="form-control"
style="width:100%; height: 150px;"
id="richtext{{ uid ~ fld.name }}">{{ art[fld.name] }}</textarea>
</div>
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
5.5.6[] = "Typo fix"
5.5.5[] = "Fixed bug with custom fields textareas not having class form-control"
5.5.4[] = "TinyMCE toolbar_mode set to wrap"
5.5.3[] = "Cache is disabled when protected tags is active"
Expand Down

0 comments on commit 5223128

Please sign in to comment.