]> BookStack Code Mirror - bookstack/blobdiff - resources/views/layouts/export.blade.php
TypeScript: Updated compile target, addressed issues
[bookstack] / resources / views / layouts / export.blade.php
index d631ad3c9bf81db2a70badcf0acf11260a6eddc3..4a55e034c5d7748e3e9201cafd3c6e254a8a40c6 100644 (file)
@@ -1,5 +1,5 @@
 <!doctype html>
-<html lang="{{ config('app.lang') }}">
+<html lang="{{ $locale->htmlLang() }}">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <title>@yield('title')</title>
     @include('exports.parts.custom-head')
 </head>
 <body class="export export-format-{{ $format }} export-engine-{{ $engine ?? 'none' }}">
-<div class="page-content">
+@include('layouts.parts.export-body-start')
+<div class="page-content" dir="auto">
     @yield('content')
 </div>
+@include('layouts.parts.export-body-end')
 </body>
 </html>
\ No newline at end of file