> > Hi Massimo, the point is that, if I define the following code in a > controller:
I just tested an old welcome app with:
def wiki():
return auth.wiki() # no "render" argument
The output is:
{'content': <gluon.html.XML object at 0xa79902c>}
I guess this is the normal behavior for all .wiki calls (just the content).
--

