[Zope-Checkins] CVS: Zope2 - documentEdit.dtml:1.2.6.1

chrism@serenade.digicool.com chrism@serenade.digicool.com
Fri, 6 Apr 2001 10:13:59 -0400


Update of /cvs-repository/Zope2/lib/python/OFS/dtml
In directory serenade.digicool.com:/home/chrism/sandboxes/2_3Branch/lib/python/OFS/dtml

Modified Files:
      Tag: zope-2_3-branch
	documentEdit.dtml 
Log Message:
Fix for html_quoting of title property.



--- Updated File documentEdit.dtml in package Zope2 --
--- documentEdit.dtml	2001/01/08 22:46:59	1.2
+++ documentEdit.dtml	2001/04/06 14:13:58	1.2.6.1
@@ -17,7 +17,7 @@
   </td>
   <td align="left" valign="top">
   <input type="text" name="title" size="40" value="<dtml-if 
-   title><dtml-var title></dtml-if>">
+   title><dtml-var title html_quote></dtml-if>">
   </td>
 </tr>