Commit b65c6a67 authored by Andreas Jung's avatar Andreas Jung

parent 83ba2115
......@@ -142,6 +142,8 @@ Zope Changes
- Collector #1: UNIX security fixes: make starting Zope as 'root'
secure, stop using 'nobody', warn of insecure umasks
- Collector #303: Properties of type 'long' got truncated
Zope 2.5.1 beta 1
Bugs Fixed
......
......@@ -62,7 +62,7 @@ property values, edit the values and click "Save Changes".
<dtml-elif "type == 'long'">
<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>">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment