[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index - subscription_control.pt:1.3
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 14:43:36 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/index
In directory cvs.zope.org:/tmp/cvs-serv32346/index
Modified Files:
subscription_control.pt
Log Message:
More XHTML compliance ("xhtml gheddon"?). Files were validated running
the following command (using the xmllint command line tool from
http://xmlsoft.org/)::
find . -name "*pt" -exec xmllint --noout --dtdvalid \
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd {} \;
Emacs's grep-find mode can parse this output. Instead of specifying
the URL, one can also download the DTD to speed up the process.
=== Zope3/src/zope/app/browser/index/subscription_control.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/index/subscription_control.pt:1.2 Wed Dec 25 09:12:33 2002
+++ Zope3/src/zope/app/browser/index/subscription_control.pt Wed Jun 25 14:43:05 2003
@@ -23,7 +23,7 @@
Registration done.
</span>
- <form method="POST">
+ <form method="post">
<span tal:condition="context/isSubscribed" tal:omit-tag="">
Subscription state: ON
<input type="submit" value="Unsubscribe" name="callUnsubscribe" />
@@ -34,7 +34,7 @@
</span>
</form>
- <form method="POST">
+ <form action="" method="post">
<input type="submit" value="Register Existing Objects"
name="callRegisterExisting" />
</form>