aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:47:27 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit40c6eb2c06b34f65a74d59ef9687251952858bab (patch)
tree685c02d292fc371a34cbb0f155ea8c7aa763ec32 /js/document/templates
parent9461e7731f91dd03a15b0a62667e722a60c84721 (diff)
downloadninja-40c6eb2c06b34f65a74d59ef9687251952858bab.tar.gz
Normalize HTML doctype
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 6f8639a9..719f4dbc 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, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html
index e337d75b..98ab3506 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, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
diff --git a/js/document/templates/preview/banner.html b/js/document/templates/preview/banner.html
index 47635f07..a9a54251 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, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.