[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.6
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 14:43:35 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv32346/form
Modified Files:
add.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/form/add.pt 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.5 Mon Apr 28 15:07:17 2003
+++ Zope3/src/zope/app/browser/form/add.pt Wed Jun 25 14:43:04 2003
@@ -4,7 +4,7 @@
<div metal:define-macro="body">
- <form action="." tal:attributes="action request/URL" method="POST"
+ <form action="." tal:attributes="action request/URL" method="post"
enctype="multipart/form-data"
>