[xiph-commits] r18482 - websites/celt-codec.org/ssi
giles at svn.xiph.org
giles at svn.xiph.org
Tue Jul 31 15:29:56 PDT 2012
Author: giles
Date: 2012-07-31 15:29:56 -0700 (Tue, 31 Jul 2012)
New Revision: 18482
Modified:
websites/celt-codec.org/ssi/header.include
Log:
Declare a namespace for html.
XHTML says we need to quote the top-level namespace, at least
according to validator.w3.org.
Modified: websites/celt-codec.org/ssi/header.include
===================================================================
--- websites/celt-codec.org/ssi/header.include 2012-07-29 18:35:14 UTC (rev 18481)
+++ websites/celt-codec.org/ssi/header.include 2012-07-31 22:29:56 UTC (rev 18482)
@@ -1,6 +1,6 @@
<!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"/>
<script type="text/javascript"></script>
More information about the commits
mailing list