mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Fixed html lang specification
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c0e9393092
commit
39ee825ba2
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>Assigned to {{ $show_user->present()->fullName() }}</title>
|
||||
|
|
Loading…
Reference in a new issue