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 5223128 commit 624449e
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 @@ -191,7 +191,7 @@
{% if fld.type == 'longtext' %}
<textarea name="{{ fld.name }}"
style="height:100px"
class="fomr-control">{% if art[fld.name] %}{{ art[fld.name] }}{% else %}{{ fld.values|join(',') }}{% endif %}</textarea>
class="form-control">{% if art[fld.name] %}{{ art[fld.name] }}{% else %}{{ fld.values|join(',') }}{% endif %}</textarea>
{% elseif fld.type == 'select' and fld.values %}
<select name="{{ fld.name }}" class="form-control">
<option></option>
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.7[] = "Typo fix"
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"
Expand Down

0 comments on commit 624449e

Please sign in to comment.