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