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/properties.reel/sections/three-d-view.reel/three-d-view.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html')

diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html
index 1f09072f..89ca3fae 100755
--- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html
+++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE HTML>
 <!-- <copyright>
 Copyright (c) 2012, Motorola Mobility LLC.
 All Rights Reserved.
-- 
cgit v1.2.3