http://web2py.com/book/default/section/5/2

>>> print DIV <http://web2py.com/book/default/docstring/DIV>("<b>hello</b>")
&amp;lt;b&amp;gt;hello&amp;lt;/b&amp;gt;


>>> print DIV <http://web2py.com/book/default/docstring/DIV>(XML 
>>> <http://web2py.com/book/default/docstring/XML>("<b>hello</b>"))
<b>hello</b>


you need {{ =XML(yourhtmlstring) }}

Reply via email to