Skip to content

Commit 394fddc

Browse files
author
Patrick Maynard
committed
Update README.md
1 parent 6c5806d commit 394fddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://symfony.com/doc/current/templating/twig_extension.html#register-an-exten
2929
Once that's done, you can use the new function in Twig files like this:
3030

3131
```
32-
{{ trace() }}
32+
{{ trace()|raw }}
3333
```
3434

3535
UNTESTED: You could also try using `{{ trace_via_debug_backtrace() }}` to get different formatting. I haven't yet tested this.

0 commit comments

Comments
 (0)