]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/custom-head.blade.php
Added translation string for tasklist WYSIWYG action
[bookstack] / resources / views / common / custom-head.blade.php
index 6f88bd43f7a9cd77d8d1aec9a85c665fadb27e7c..7f2e93cdc993e4713d07cd17791e0b4094ac2464 100644 (file)
@@ -1,7 +1,7 @@
 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
 
 @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
-<!-- Custom user content -->
+<!-- Start: custom user content -->
 {!! $headContent->forWeb() !!}
-<!-- End custom user content -->
+<!-- End: custom user content -->
 @endif
\ No newline at end of file