[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.4.108.1

Andreas Jung andreas@digicool.com
Thu, 21 Mar 2002 12:26:31 -0500


Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv14333/lib/python/OFS/dtml

Modified Files:
      Tag: Zope-2_5-branch
	properties.dtml 
Log Message:
      - Collector #303: Properties of type 'long' got truncated 


=== Zope/lib/python/OFS/dtml/properties.dtml 1.4 => 1.4.108.1 ===
   <input type="text" name="<dtml-var id>:<dtml-var type>" size="35"
    value="<dtml-if "hasProperty(id)"><dtml-var 
-   "('%s' % getProperty(id))[:-1]" html_quote></dtml-if>">
+   "('%s' % getProperty(id))" html_quote></dtml-if>">
   <dtml-elif "type in ('float', 'date')">
   <input type="text" name="<dtml-var id>:<dtml-var type>" size="35"
    value="<dtml-var "getProperty(id)" html_quote>">