Added lang attribute to layout views using the default localisation

This commit is contained in:
Kostas Dizas
2018-04-27 13:39:17 +01:00
parent ba544ffae8
commit f9bd64fd05
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.auth.head')
<body class="hold-transition login-page">