[xiph-commits] r13727 - websites/theora.org/ssi
giles at svn.xiph.org
giles at svn.xiph.org
Tue Sep 4 11:05:04 PDT 2007
Author: giles
Date: 2007-09-04 11:05:04 -0700 (Tue, 04 Sep 2007)
New Revision: 13727
Modified:
websites/theora.org/ssi/header.include
websites/theora.org/ssi/pagetop.include
Log:
Attempt to improve doctype conformance.
Modified: websites/theora.org/ssi/header.include
===================================================================
--- websites/theora.org/ssi/header.include 2007-09-04 17:57:59 UTC (rev 13726)
+++ websites/theora.org/ssi/header.include 2007-09-04 18:05:04 UTC (rev 13727)
@@ -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"/>
Modified: websites/theora.org/ssi/pagetop.include
===================================================================
--- websites/theora.org/ssi/pagetop.include 2007-09-04 17:57:59 UTC (rev 13726)
+++ websites/theora.org/ssi/pagetop.include 2007-09-04 18:05:04 UTC (rev 13727)
@@ -17,9 +17,9 @@
<li><a href="/doc/">Documentation</a></li>
<li><a href="/content/">Content</a></li>
</ul>
- <br>
- <p style="font-weight:bold;font-size:small">Support us
- <form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:0.25em">
+ <br/>
+ <p style="font-weight:bold;font-size:small">Support us</p>
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:0.25em">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="donate at xiph.org">
<input type="hidden" name="item_name" value="theora donation">
@@ -27,8 +27,8 @@
<input type="hidden" name="amount" value="10.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif" name="submit" alt="Make a donation via PayPal">
</form>
- </p>
+
</div>
More information about the commits
mailing list