]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/export.blade.php
Added locale and text direction to html templates
[bookstack] / resources / views / chapters / export.blade.php
index 2830855b4f8a0fc53a132ebda8cc9c19b5e818e9..5fae78269215a3cf719a4820f31f51fad5d6bbb1 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>{{ $chapter->name }}</title>