[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-210-g5602a09

Thomas Sibley trs at bestpractical.com
Wed Aug 4 13:03:02 EDT 2010


The branch, 3.9-trunk has been updated
       via  5602a094a9e3ba434283e69b589f6d2328dd80cf (commit)
      from  0c028fac9c4b4ee9566a9984df1f89c0f2422d08 (commit)

Summary of changes:
 share/html/Elements/Header |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 5602a094a9e3ba434283e69b589f6d2328dd80cf
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Aug 4 13:03:22 2010 -0400

    Switch to the HTML5 doctype

diff --git a/share/html/Elements/Header b/share/html/Elements/Header
index 2cf1b81..9a9f132 100755
--- a/share/html/Elements/Header
+++ b/share/html/Elements/Header
@@ -45,13 +45,11 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<!DOCTYPE html 
-     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
-<title><%$Title%></title>
+<!DOCTYPE html>
 
+<html lang="en">
+  <head>
+    <title><%$Title%></title>
 
 % if ($Refresh && $Refresh =~ /^(\d+)/ && $1 > 0) {
     <meta http-equiv="refresh" content="<% $Refresh %>" />

-----------------------------------------------------------------------


More information about the Rt-commit mailing list