diff --git a/templates/base/components/input/input-textarea.html.twig b/templates/base/components/input/input-textarea.html.twig index c721f06dca..fbb1b0610e 100644 --- a/templates/base/components/input/input-textarea.html.twig +++ b/templates/base/components/input/input-textarea.html.twig @@ -11,6 +11,6 @@ {% endif %} {% if oUIBlock.GetAdditionalCSSClassesAsString() %} class="{{ oUIBlock.GetAdditionalCSSClassesAsString() }}"{% endif %} {% if oUIBlock.GetPlaceHolder() %} placeholder="{{ oUIBlock.GetPlaceHolder() }}" {% endif %} - {% if oUIBlock.IsDisabled() %} disabled="disabled" {% endif %} + {% if oUIBlock.IsDisabled() %} disabled {% endif %} >{{ oUIBlock.GetValue()|raw }} {% endblock %} \ No newline at end of file