Ver código fonte

update: theme

tokumeikoi 2 anos atrás
pai
commit
e72d28e2b3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      public/theme/v2board/dashboard.blade.php

+ 1 - 1
public/theme/v2board/dashboard.blade.php

@@ -52,7 +52,7 @@
 
 <body>
 <div id="root"></div>
-{{!! $theme_config['custom_html'] !!}}
+{!! $theme_config['custom_html'] !!}
 <script src="/theme/{{$theme}}/assets/vendors.async.js?v={{$version}}"></script>
 <script src="/theme/{{$theme}}/assets/components.async.js?v={{$version}}"></script>
 <script src="/theme/{{$theme}}/assets/umi.js?v={{$version}}"></script>