In web2py version 1.68.2 this:
{{=month.replace('_',' ')}}
no longer works. It was the solution to the following problem:
In the view I have:
<h3>News {{=month}}</h3>
which for August results in:
News August_2009
Is there a way to get rid of the underscore? It's introduced because
the link:
<td>
{{=A(month.maand,_href=URL(r=request,args=
[month.nummer,month.maand]))}}
</td>
reads like:
August 2009
Making maand an argument results in August_2009.
Is there a way to fix this?
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
-~----------~----~----~----~------~----~------~--~---