[Zope-Checkins] CVS: Packages/OFS - properties.dtml:1.31
klm@digicool.com
klm@digicool.com
Sun, 9 May 1999 11:53:28 -0400
Update of /cvs-repository/Packages/OFS
In directory aldous:/projects/users/zope/lib/python/OFS
Modified Files:
properties.dtml
Log Message:
Prevent the spurious generation of newlines at the end of :lines
textareas.
(This may be a bit of a hack. It appears that #in directives handle
newline whitespace differently than #if - #if seems to ignore it! To
account for this i used a literal '\n' string, to be included after
every but the last value.)