X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/be4f3d62cd37c7b83eb86bbf5fffa00d20acf2ec..refs/pull/2511/head:/resources/views/chapters/export.blade.php diff --git a/resources/views/chapters/export.blade.php b/resources/views/chapters/export.blade.php index 8f710c0ec..506e8db3d 100644 --- a/resources/views/chapters/export.blade.php +++ b/resources/views/chapters/export.blade.php @@ -1,13 +1,12 @@ - + {{ $chapter->name }} + @include('partials.export-styles', ['format' => $format]) + - @yield('head') @include('partials.custom-head') -
-
-
-
- -

{{$chapter->name}}

- -

{{ $chapter->description }}

- - @if(count($pages) > 0) - - @endif - - @foreach($pages as $page) -
-

{{ $page->name }}

- {!! $page->html !!} - @endforeach - -
-
-
+ +
+ +

{{$chapter->name}}

+ +

{{ $chapter->description }}

+ + @if(count($pages) > 0) + + @endif + + @foreach($pages as $page) +
+

{{ $page->name }}

+ {!! $page->html !!} + @endforeach +
+