In my web2py database I am storing strings with embedded html in. When
I try to render these records
in my views the html is not rendered (ie I get the string I put into
the database with all the embeded
html). On investigating this problem there was a similar problem some
2/3  years ago and the solution
was given as use

{{=XML (variations[x].content)}}

where x is the  string containing the embeded html.

However when I use this solution I get

NameError: name 'variations' is not defined

Now the original solution is over 2 years old - has something
changed?????

Thanks in advance

Steve

+++++

Reply via email to