You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 12: {{- field.label|t|e }}: {{ string(value is iterable ? value|json_encode : value) ~ "\n" }}
should be
line 12: {{- field.label|t|e }}: {{ (string(value is iterable ? value|json_encode : value) ~ "\n") | raw }}
The text was updated successfully, but these errors were encountered:
pamtbaau
changed the title
user/plugins/form/templates/forms/default/data.txt.twig requires filter |raw
/templates/forms/default/data.txt.twig requires filter |raw
Mar 12, 2022
should be
The text was updated successfully, but these errors were encountered: