From db88f1f3070b9ccfcd888a4b579b5dce29233478 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 24 Oct 2019 23:14:47 +0800 Subject: [PATCH] MDL-66543 core_form: Fix illegal whitespace --- theme/boost/templates/core_form/element-textarea.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}