html lang

This commit is contained in:
trigras 2015-06-16 01:15:09 +03:00
parent 791b539582
commit d558ba24c3
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="{{App::getLocale()}}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
</head> </head>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="{{App::getLocale()}}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
</head> </head>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="{{App::getLocale()}}">
<head> <head>
<title>Invoice Ninja | {{ isset($title) ? $title : ' ' . trans('texts.app_title') }}</title> <title>Invoice Ninja | {{ isset($title) ? $title : ' ' . trans('texts.app_title') }}</title>
<meta name="description" content="{{ isset($description) ? $description : trans('texts.app_description') }}" /> <meta name="description" content="{{ isset($description) ? $description : trans('texts.app_description') }}" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="{{App::getLocale()}}">
<head> <head>
<title>Invoice Ninja | Setup</title> <title>Invoice Ninja | Setup</title>
<meta charset="utf-8"> <meta charset="utf-8">