Fixed html lang specification
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c0e9393092
commit
39ee825ba2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<title>Assigned to {{ $show_user->present()->fullName() }}</title>
|
<title>Assigned to {{ $show_user->present()->fullName() }}</title>
|
||||||
|
|
Loading…
Add table
Reference in a new issue