mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +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
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue