]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/export.blade.php
Update Italian translation
[bookstack] / resources / views / pages / export.blade.php
index 19a6355637c74db5c132a9b21a14529ed2d1c158..0bb376a9ae7ae932c7e94b3853a4b152e890c46d 100644 (file)
@@ -5,7 +5,9 @@
     <title>{{ $page->name }}</title>
 
     <style>
-        {!! $css !!}
+        @if (!app()->environment('testing'))
+        {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+        @endif
     </style>
     @yield('head')
 </head>