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