From 21a9603fb5522467776409972be21a87964c244d Mon Sep 17 00:00:00 2001
From: Kris Kowal
Date: Mon, 9 Jul 2012 16:56:43 -0700
Subject: Normalize HTML DOCTYPE

Was lower-case. Now upper-case.

Also fixed BOMs, trailing white-space, DOS line terminators. Did not
expand tabs to spaces.
---
 js/panels/objects/object.reel/object.html               | 2 +-
 js/panels/objects/objects-panel.reel/objects-panel.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'js/panels/objects')

diff --git a/js/panels/objects/object.reel/object.html b/js/panels/objects/object.reel/object.html
index 9efb4560..6826a88f 100644
--- a/js/panels/objects/object.reel/object.html
+++ b/js/panels/objects/object.reel/object.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE HTML>
 <!-- <copyright>
 Copyright (c) 2012, Motorola Mobility LLC.
 All Rights Reserved.
diff --git a/js/panels/objects/objects-panel.reel/objects-panel.html b/js/panels/objects/objects-panel.reel/objects-panel.html
index e7da3be9..ebdfcf8a 100644
--- a/js/panels/objects/objects-panel.reel/objects-panel.html
+++ b/js/panels/objects/objects-panel.reel/objects-panel.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE HTML>
 <!-- <copyright>
 Copyright (c) 2012, Motorola Mobility LLC.
 All Rights Reserved.
-- 
cgit v1.2.3