]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/export-custom-head.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / common / export-custom-head.blade.php
index f428e9fe9b0ecf6d291aba85b9f34d07569b5e19..2452d6b8e646ceff733678a93b34be14ed38f9a8 100644 (file)
@@ -1,5 +1,7 @@
+@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
+
 @if(setting('app-custom-head'))
 <!-- Custom user content -->
-{!! \BookStack\Util\HtmlContentFilter::removeScripts(setting('app-custom-head')) !!}
+{!! $headContent->forExport() !!}
 <!-- End custom user content -->
 @endif
\ No newline at end of file