[xiph-commits] r18489 - websites/xiph.org/ssi

giles at svn.xiph.org giles at svn.xiph.org
Tue Jul 31 18:23:45 PDT 2012


Author: giles
Date: 2012-07-31 18:23:45 -0700 (Tue, 31 Jul 2012)
New Revision: 18489

Modified:
   websites/xiph.org/ssi/header.include
Log:
Add an xhtml namespace on the top-level element.

Makes validator.w3.org happy. Apparently we have more than
one copy of this header...


Modified: websites/xiph.org/ssi/header.include
===================================================================
--- websites/xiph.org/ssi/header.include	2012-07-31 23:39:06 UTC (rev 18488)
+++ websites/xiph.org/ssi/header.include	2012-08-01 01:23:45 UTC (rev 18489)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>



More information about the commits mailing list