]> BookStack Code Mirror - bookstack/blob - resources/views/export-layout.blade.php
Fixes minor vulnerability when using target="_blank" on links (RSPEC-5148)
[bookstack] / resources / views / export-layout.blade.php
1 <!doctype html>
2 <html lang="{{ config('app.lang') }}">
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5     <title>@yield('title')</title>
6
7     @include('partials.export-styles', ['format' => $format])
8     @include('partials.export-custom-head')
9 </head>
10 <body>
11 <div class="page-content">
12     @yield('content')
13 </div>
14 </body>
15 </html>