diff options
author | John Mayhew | 2012-07-09 17:49:01 -0700 |
---|---|---|
committer | John Mayhew | 2012-07-09 17:49:01 -0700 |
commit | 6eb2603a0772bd4f0aad94398fd8eb3a245a3e75 (patch) | |
tree | 8c6d0e1f79316cd32af9c57fa089389fda388947 /js/panels/history-panel | |
parent | 29c99f4ffd13f06cddf8952adab252d15ee35a6a (diff) | |
download | ninja-6eb2603a0772bd4f0aad94398fd8eb3a245a3e75.tar.gz |
fixed incorrect capitalization for DOCTYPE html
Diffstat (limited to 'js/panels/history-panel')
-rw-r--r-- | js/panels/history-panel/history-item.reel/history-item.html | 2 | ||||
-rw-r--r-- | js/panels/history-panel/history.reel/history.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 db815030..19083f6d 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 11e2e3ed..0804b9f4 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. |