diff options
author | Kris Kowal | 2012-07-09 16:56:43 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-09 17:25:23 -0700 |
commit | 21a9603fb5522467776409972be21a87964c244d (patch) | |
tree | 296b984f5101bee6d3b67c4a00b309eff7fdf5be /js/document | |
parent | cee0deca695359ab468bd06d0e05ed3b2010b338 (diff) | |
download | ninja-21a9603fb5522467776409972be21a87964c244d.tar.gz |
Normalize HTML DOCTYPE
Was lower-case. Now upper-case.
Also fixed BOMs, trailing white-space, DOS line terminators. Did not
expand tabs to spaces.
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/banner/index.html | 2 | ||||
-rwxr-xr-x | js/document/templates/html/index.html | 2 | ||||
-rwxr-xr-x | js/document/templates/preview/banner.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index a2b59814..1a31faf0 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!doctype html> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility LLC. | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 953564b5..eea235eb 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!doctype html> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility LLC. | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/document/templates/preview/banner.html b/js/document/templates/preview/banner.html index 7035ee3c..2a70adce 100755 --- a/js/document/templates/preview/banner.html +++ b/js/document/templates/preview/banner.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!doctype html> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility LLC. | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |