Replace cumbersome noescape filter with {!! $content !!} syntax in common templates

This commit is contained in:
Kijin Sung 2023-10-26 13:01:47 +09:00
parent e0c396bb3e
commit 6416499d34
3 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
@version(2)
{{ $content|noescape }}
{!! $content !!}