[Zope-Checkins] CVS: Zope2 - fileEdit.dtml:1.2.6.2 imageEdit.dtml:1.3.6.2

Andreas Jung andreas@dhcp165.digicool.com
Mon, 23 Apr 2001 13:24:20 -0400


Update of /cvs-repository/Zope2/lib/python/OFS/dtml
In directory yetix:/work/sandboxes/zope-2_3-branch/lib/python/OFS/dtml

Modified Files:
      Tag: zope-2_3-branch
	fileEdit.dtml imageEdit.dtml 
Log Message:
added html_quote for title inside dtml-var tag (#2170)



--- Updated File fileEdit.dtml in package Zope2 --
--- fileEdit.dtml	2001/03/21 15:36:14	1.2.6.1
+++ fileEdit.dtml	2001/04/23 17:24:19	1.2.6.2
@@ -19,7 +19,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>
 

--- Updated File imageEdit.dtml in package Zope2 --
--- imageEdit.dtml	2001/03/21 15:36:14	1.3.6.1
+++ imageEdit.dtml	2001/04/23 17:24:19	1.3.6.2
@@ -20,7 +20,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>