mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Replace cumbersome noescape filter with {!! $content !!} syntax in common templates
This commit is contained in:
parent
e0c396bb3e
commit
6416499d34
3 changed files with 16 additions and 16 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@version(2)
|
||||
{{ $content|noescape }}
|
||||
{!! $content !!}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue