diff --git a/theme/boost/templates/core_form/element-textarea.mustache b/theme/boost/templates/core_form/element-textarea.mustache index 8e12e067c3a..cebd3433267 100644 --- a/theme/boost/templates/core_form/element-textarea.mustache +++ b/theme/boost/templates/core_form/element-textarea.mustache @@ -7,7 +7,7 @@ {{#error}} autofocus aria-describedby="id_error_{{element.name}}" {{/error}} - {{{element.attributes}}} + {{{element.attributes}}} {{#element.frozen}} readonly {{#element.hardfrozen}}disabled{{/element.hardfrozen}} {{/element.frozen}}