diff options
author | Valerio Virgillito | 2012-07-09 17:30:58 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-09 17:30:58 -0700 |
commit | 7884c00c1ac6bc2141c0084ac6522562576ddd12 (patch) | |
tree | 10d7055250dc6d86c3ec18eee078a7eb9a7b1a5f /js/panels/history-panel | |
parent | 2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842 (diff) | |
parent | 21a9603fb5522467776409972be21a87964c244d (diff) | |
download | ninja-7884c00c1ac6bc2141c0084ac6522562576ddd12.tar.gz |
Merge pull request #381 from kriskowal/normalize
Normalize HTML DOCTYPE
Diffstat (limited to 'js/panels/history-panel')
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> |
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/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> |
3 | Copyright (c) 2012, Motorola Mobility LLC. | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |