[web2py] Re: unescaped HTML code in wiki page

2014-12-24 Thread Niphlod
How can avoid this? What I'm missing from the documentation? the render parameter ?! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

Re: [web2py] Re: unescaped HTML code in wiki page

2014-12-24 Thread Manuele Pesenti
Il 24/12/14 19:13, Niphlod ha scritto: How can avoid this? What I'm missing from the documentation? the render parameter ?! the render parameter is fixed to HTML but I've tryed 'html' with the same result... This is my controller: def wiki(): return auth.wiki(render=HTML) and this is