We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4814b commit 5acaeecCopy full SHA for 5acaeec
src/CoreBundle/Resources/views/Exception/not_allowed_message.html.twig
@@ -12,7 +12,7 @@
12
<div class="flex items-center gap-4 rounded-2xl p-6 {{ style.bg }} {{ style.txt }}/80 shadow text-bold">
13
<i class="{{ style.icon }} text-4xl {{ style.txt }}"></i>
14
<p class="font-extrabold text-xl {{ style.txt }}">
15
- {{ message|trans }}
+ {{ message|trans|striptags|raw }}
16
</p>
17
</div>
18
0 commit comments