[Zope-Checkins] CVS: Zope2 - main.dtml:1.15
Brian Lloyd
brian@digiciool.com
Wed, 7 Mar 2001 15:55:31 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/OFS/dtml
In directory korak:/home/brian/temp/mainline_test/lib/python/OFS/dtml
Modified Files:
main.dtml
Log Message:
merge fix for #1968 (missing slash at end of form url target)
--- Updated File main.dtml in package Zope2 --
--- main.dtml 2001/03/06 15:53:17 1.14
+++ main.dtml 2001/03/07 20:55:31 1.15
@@ -60,7 +60,7 @@
</table>
</dtml-if>
-<form action="&dtml-URL1;" name="objectItems" method="post">
+<form action="&dtml-URL1;/" name="objectItems" method="post">
<dtml-if objectItems>
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr class="list-header">