Anytime that you use {{=var}} in a view, the "var" or whatever it is you are 
injecting into the HTML is automatically escaped to prevent injection 
attacks. If you wanted to pass in some pre-formatted HTML, you would have to 
specifically wrap it in an XML() object for it to display properly, 
bypassing the escaping done by web2py.

Reply via email to