Skip to content

Commit 486a22e

Browse files
committed
adds lang tag everywhere
1 parent 7ee5ad4 commit 486a22e

File tree

26 files changed

+31
-31
lines changed

26 files changed

+31
-31
lines changed

mobile/lib/Autolinker.js/examples/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<!-- Simply redirect to the Live Example -->

mobile/lib/Autolinker.js/examples/live-example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta charset="utf-8">

mobile/lib/angular-animate/angular-animate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,7 @@ var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $root
40204020
* do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since
40214021
* the cloned element is placed inside of root element which is likely close to the body element).
40224022
*
4023-
* Note that if the root element is on the `<html>` element then the cloned node will be placed inside of body.
4023+
* Note that if the root element is on the `<html lang="en">` element then the cloned node will be placed inside of body.
40244024
*
40254025
*
40264026
* ## Using $animate in your directive code

mobile/lib/angular/angular.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ function getNgAttribute(element, ngAttr) {
14721472
*
14731473
* Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive
14741474
* designates the **root element** of the application and is typically placed near the root element
1475-
* of the page - e.g. on the `<body>` or `<html>` tags.
1475+
* of the page - e.g. on the `<body>` or `<html lang="en">` tags.
14761476
*
14771477
* There are a few things to keep in mind when using `ngApp`:
14781478
* - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp`
@@ -1645,7 +1645,7 @@ function angularInit(element, bootstrap) {
16451645
*
16461646
* ```html
16471647
* <!doctype html>
1648-
* <html>
1648+
* <html lang="en">
16491649
* <body>
16501650
* <div ng-controller="WelcomeController">
16511651
* {{greeting}}

mobile/lib/c3/extensions/chart-bubble/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22
<head>
33
<link rel="stylesheet" type="text/css" href="c3.css">
44
</head>

mobile/lib/ionic/js/ionic.bundle.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -14809,7 +14809,7 @@
1480914809
*
1481014810
* Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive
1481114811
* designates the **root element** of the application and is typically placed near the root element
14812-
* of the page - e.g. on the `<body>` or `<html>` tags.
14812+
* of the page - e.g. on the `<body>` or `<html lang="en">` tags.
1481314813
*
1481414814
* There are a few things to keep in mind when using `ngApp`:
1481514815
* - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp`
@@ -14982,7 +14982,7 @@
1498214982
*
1498314983
* ```html
1498414984
* <!doctype html>
14985-
* <html>
14985+
* <html lang="en">
1498614986
* <body>
1498714987
* <div ng-controller="WelcomeController">
1498814988
* {{greeting}}
@@ -48814,7 +48814,7 @@ is set to `true`. The parse error is stored in `ngModel.$error.parse`.
4881448814
* do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since
4881548815
* the cloned element is placed inside of root element which is likely close to the body element).
4881648816
*
48817-
* Note that if the root element is on the `<html>` element then the cloned node will be placed inside of body.
48817+
* Note that if the root element is on the `<html lang="en">` element then the cloned node will be placed inside of body.
4881848818
*
4881948819
*
4882048820
* ## Using $animate in your directive code

public/js/6.js

+3-3
Large diffs are not rendered by default.

src/mailer/templates/l2auth-cleared/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Password Reset</title>

src/mailer/templates/l2auth-reset/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Password Reset</title>

src/mailer/templates/new-password/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>New Password</title>

src/mailer/templates/password-reset/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Password Reset</title>

src/mailer/templates/public-account-created/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Welcome to Trudesk</title>

src/mailer/templates/ticket-comment-added/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Updated: Ticket #{{ticket.uid}}</title>

src/mailer/templates/ticket-updated/index.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>Ticket #{{ticket.uid}}</title>

src/public/js/plugins/jquery.documentsize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
if (!iframe.contentDocument) return
482482

483483
iframe.contentDocument.write(
484-
'<!DOCTYPE html><html><head><meta charset="UTF-8"><title></title><style type="text/css">html, body { overflow: hidden; }</style></head><body></body></html>'
484+
'<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title></title><style type="text/css">html, body { overflow: hidden; }</style></head><body></body></html>'
485485
)
486486

487487
return iframe

src/views/404.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk</title>
55
<link href='http://fonts.googleapis.com/css?family=Roboto:200,400,300,600,700' rel='stylesheet' type='text/css'>

src/views/429.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk</title>
55
<link href='http://fonts.googleapis.com/css?family=Roboto:200,400,300,600,700' rel='stylesheet' type='text/css'>

src/views/500.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk</title>
55
<link href='http://fonts.googleapis.com/css?family=Roboto:200,400,300,600,700' rel='stylesheet' type='text/css'>

src/views/503.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk</title>
55
<link href='http://fonts.googleapis.com/css?family=Roboto:200,400,300,600,700' rel='stylesheet' type='text/css'>

src/views/install.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk &middot; {{{title}}}</title>
55
<link rel="stylesheet" href="/css/plugins.min.css">

src/views/layout/print.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>TruDesk &middot; {{{title}}}</title>
55
<meta charset="utf-8"/>

src/views/login-otp.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk &middot; {{{title}}}</title>
55
<link rel="stylesheet" href="/css/plugins.min.css">

src/views/login.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>{{{siteTitle}}} &middot; {{{title}}}</title>
55
<link rel="stylesheet" href="/css/plugins.min.css">

src/views/maintenance.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk</title>
55
<link href='http://fonts.googleapis.com/css?family=Roboto:200,400,300,600,700' rel='stylesheet' type='text/css'>

src/views/pub_createTicket.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk &middot; {{{title}}}</title>
55
<link rel="stylesheet" href="/css/plugins.min.css">

src/views/pub_signup.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Trudesk &middot; {{{title}}}</title>
55
<link rel="stylesheet" href="/css/plugins.min.css">

0 commit comments

Comments
 (0)