]> BookStack Code Mirror - bookstack/blobdiff - resources/views/layouts/export.blade.php
Locales: More use of locale objects, Addressed failing tests
[bookstack] / resources / views / layouts / export.blade.php
index eb2397a759a3dad6e1c51331909086f387adbbaf..c2c3880e4c63bced2b1922d93d84ac4134a86a8b 100644 (file)
@@ -1,5 +1,5 @@
 <!doctype html>
-<html lang="{{ $locale->htmlLang() }}">
+<html lang="{{ $locale?->htmlLang() ?? config('app.default_locale') }}">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <title>@yield('title')</title>