Fixed html lang specification

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-06 01:32:20 -07:00
parent c0e9393092
commit 39ee825ba2

View file

@ -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>