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

@ -2,7 +2,7 @@
@load('../../modules/admin/tpl/css/admin.bootstrap.css')
@load('../../modules/admin/tpl/css/admin.css')
<div class="x popup">
{{ $content|noescape }}
{!! $content !!}
</div>
<script>
jQuery(function() {