aboutsummaryrefslogtreecommitdiff
path: root/js/panels/history-panel
diff options
context:
space:
mode:
authorKris Kowal2012-07-09 16:56:43 -0700
committerKris Kowal2012-07-09 17:25:23 -0700
commit21a9603fb5522467776409972be21a87964c244d (patch)
tree296b984f5101bee6d3b67c4a00b309eff7fdf5be /js/panels/history-panel
parentcee0deca695359ab468bd06d0e05ed3b2010b338 (diff)
downloadninja-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/panels/history-panel')
-rw-r--r--js/panels/history-panel/history-item.reel/history-item.css1
-rw-r--r--js/panels/history-panel/history-item.reel/history-item.html2
-rw-r--r--js/panels/history-panel/history.reel/history.html2
3 files changed, 3 insertions, 2 deletions
diff --git a/js/panels/history-panel/history-item.reel/history-item.css b/js/panels/history-panel/history-item.reel/history-item.css
index e69de29b..8b137891 100644
--- a/js/panels/history-panel/history-item.reel/history-item.css
+++ b/js/panels/history-panel/history-item.reel/history-item.css
@@ -0,0 +1 @@
diff --git a/js/panels/history-panel/history-item.reel/history-item.html b/js/panels/history-panel/history-item.reel/history-item.html
index d4a7a47f..db815030 100644
--- a/js/panels/history-panel/history-item.reel/history-item.html
+++ b/js/panels/history-panel/history-item.reel/history-item.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/panels/history-panel/history.reel/history.html b/js/panels/history-panel/history.reel/history.html
index c57bba06..11e2e3ed 100644
--- a/js/panels/history-panel/history.reel/history.html
+++ b/js/panels/history-panel/history.reel/history.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.