14 Feb
2003
14 Feb
'03
10:11 a.m.
Hi list, does anybody know, if there is a possibility in dtml, to let a dtml-var replace spaces to non breaking spaces ( )? like <dtml-var ... newline_to_br> Thanks in advance, Ulla.
14 Feb
14 Feb
1:40 p.m.
New subject: [Zope] Re: spaces to
Ulla Theiss wrote:
Hi list,
does anybody know, if there is a possibility in dtml, to let a dtml-var replace spaces to non breaking spaces ( )?
like
<dtml-var ... newline_to_br>
Maybe you can use something like: <dtml-call "REQUEST.set('teststring','This is a test')"> <dtml-var "teststring.replace(' ',' ')"> -mj -- German Zope User Group (DZUG) - http://www.dzug.org/
8452
Age (days ago)
8452
Last active (days ago)
1 comments
2 participants
participants (2)
-
Maik Jablonski -
Ulla Theiss