mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:34:30 -04:00
html lang
This commit is contained in:
parent
791b539582
commit
d558ba24c3
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<html lang="{{App::getLocale()}}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<html lang="{{App::getLocale()}}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{{App::getLocale()}}">
|
||||
<head>
|
||||
<title>Invoice Ninja | {{ isset($title) ? $title : ' ' . trans('texts.app_title') }}</title>
|
||||
<meta name="description" content="{{ isset($description) ? $description : trans('texts.app_description') }}" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{{App::getLocale()}}">
|
||||
<head>
|
||||
<title>Invoice Ninja | Setup</title>
|
||||
<meta charset="utf-8">
|
||||
|
Loading…
x
Reference in New Issue
Block a user