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/Materials | |
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/Materials')
-rwxr-xr-x | js/panels/Materials/materials-library-panel.reel/materials-library-panel.html | 2 | ||||
-rwxr-xr-x | js/panels/Materials/materials-popup.reel/materials-popup.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html index 5f07ab14..ab63704a 100755 --- a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html +++ b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.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/Materials/materials-popup.reel/materials-popup.html b/js/panels/Materials/materials-popup.reel/materials-popup.html index e1bb8d8b..6126fda4 100755 --- a/js/panels/Materials/materials-popup.reel/materials-popup.html +++ b/js/panels/Materials/materials-popup.reel/materials-popup.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. |