aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorJohn Mayhew2012-07-09 17:49:01 -0700
committerJohn Mayhew2012-07-09 17:49:01 -0700
commit6eb2603a0772bd4f0aad94398fd8eb3a245a3e75 (patch)
tree8c6d0e1f79316cd32af9c57fa089389fda388947 /js/document/templates
parent29c99f4ffd13f06cddf8952adab252d15ee35a6a (diff)
downloadninja-6eb2603a0772bd4f0aad94398fd8eb3a245a3e75.tar.gz
fixed incorrect capitalization for DOCTYPE html
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/banner/index.html2
-rwxr-xr-xjs/document/templates/html/index.html2
-rwxr-xr-xjs/document/templates/preview/banner.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index 1a31faf0..a0f4d229 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>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html
index eea235eb..dceadc19 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>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/js/document/templates/preview/banner.html b/js/document/templates/preview/banner.html
index 2a70adce..58c81a3b 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>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.