Massimo,
The problem is that web2py did replace spaces with underscores, but in
version 1.76.x it no longer does. The function described above worked,
until I upgraded to version 1.76.5.
That's why I have this line of code in my view:
<h3>Nieuws {{=month.replace('_',' ')}}</h3>
to have the month display like without the underscore: April 2009
instead of April_2009
Kind regards,
Annet.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.