RE: [Zope] html space( ) in string
25 Mar
2003
25 Mar
'03
3:28 p.m.
[Jos van der Vleuten]
The following code-snippet: global space python:[' ;']; global str_html_space python:space[0]*new_len_title; would be rendered in html as: ........... ........ How can i solve this so that it will render a correct html space ( )?
use chr(38) for the ampersand - chr(38) + 'nbsp;'] Cheers, Tom P
8413
Age (days ago)
8413
Last active (days ago)
0 comments
1 participants
participants (1)
-
Passin, Tom