]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/export.blade.php
Added locale and text direction to html templates
[bookstack] / resources / views / books / export.blade.php
index 61c16c72dc586282f298cb0c2f98421dd0c3f688..fd1ba3fd1b0aff3b7d005f794f9dde6c0ad4382e 100644 (file)
@@ -1,5 +1,5 @@
 <!doctype html>
-<html lang="en">
+<html lang="{{ config('app.lang') }}" dir="{{ config('app.rtl') ? 'rtl' : 'ltr' }}">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <title>{{ $book->name }}</title>