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/components/menu | |
parent | 29c99f4ffd13f06cddf8952adab252d15ee35a6a (diff) | |
download | ninja-6eb2603a0772bd4f0aad94398fd8eb3a245a3e75.tar.gz |
fixed incorrect capitalization for DOCTYPE html
Diffstat (limited to 'js/components/menu')
-rwxr-xr-x | js/components/menu/menu-entry.reel/menu-entry.html | 2 | ||||
-rwxr-xr-x | js/components/menu/menu-item.reel/menu-item.html | 2 | ||||
-rwxr-xr-x | js/components/menu/menu.reel/menu.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/components/menu/menu-entry.reel/menu-entry.html b/js/components/menu/menu-entry.reel/menu-entry.html index d2be9b50..ddac73ab 100755 --- a/js/components/menu/menu-entry.reel/menu-entry.html +++ b/js/components/menu/menu-entry.reel/menu-entry.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/components/menu/menu-item.reel/menu-item.html b/js/components/menu/menu-item.reel/menu-item.html index b93aee15..364a0997 100755 --- a/js/components/menu/menu-item.reel/menu-item.html +++ b/js/components/menu/menu-item.reel/menu-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/components/menu/menu.reel/menu.html b/js/components/menu/menu.reel/menu.html index 23541a46..edbb8522 100755 --- a/js/components/menu/menu.reel/menu.html +++ b/js/components/menu/menu.reel/menu.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. |