[Rt-commit] r13100 - in rt/branches/3.8-TESTING: share/html

jesse at bestpractical.com jesse at bestpractical.com
Mon Jun 9 21:13:37 EDT 2008


Author: jesse
Date: Mon Jun  9 21:13:36 2008
New Revision: 13100

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/index.html

Log:
 r32536 at 31b:  jesse | 2008-06-09 20:56:08 -0400
 * Not having a DTD in index.html broke the homepage on IE (It put IE into quirksmode)


Modified: rt/branches/3.8-TESTING/share/html/index.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/index.html	(original)
+++ rt/branches/3.8-TESTING/share/html/index.html	Mon Jun  9 21:13:36 2008
@@ -1,3 +1,6 @@
+<!DOCTYPE html 
+     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
 % $m->out('--'.'>');
 % $m->comp('/Elements/Header', Title=>loc("RT at a glance"), Refresh => $session{'home_refresh_interval'});


More information about the Rt-commit mailing list