[xiph-commits] r13751 - websites/theora.org/ssi

giles at svn.xiph.org giles at svn.xiph.org
Tue Sep 4 12:56:48 PDT 2007


Author: giles
Date: 2007-09-04 12:56:48 -0700 (Tue, 04 Sep 2007)
New Revision: 13751

Modified:
   websites/theora.org/ssi/header.include
Log:
Go back to an XHTML 1.0 Strict doctype, since we've resolved the 
conformance issues.


Modified: websites/theora.org/ssi/header.include
===================================================================
--- websites/theora.org/ssi/header.include	2007-09-04 19:54:43 UTC (rev 13750)
+++ websites/theora.org/ssi/header.include	2007-09-04 19:56:48 UTC (rev 13751)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!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">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>



More information about the commits mailing list