Closed (fixed)
Project:
Twig Tweak
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2019 at 14:17 UTC
Updated:
17 Dec 2019 at 11:39 UTC
Jump to comment: Most recent
Comments
Comment #2
chi commentedTry raw filter and verify content of the tokens
https://twig.symfony.com/doc/1.x/filters/raw.html
Comment #3
zenimagine commentedIt does not work and the problem only appears on the username
Comment #4
Deeksha B commentedHi
I have got same issue, So I did it in this way, Please try this once.
Example: {{ fieldname | striptags | raw }}
Comment #5
zenimagine commented@Deeksha B Super thanks it works