I have a db text field that is displayed to the user and I'd like to be able 
to format the text inside using html. But when I retrieve a row (using 
db.select()) and display the field (using {{=row.field}} in my view) the 
html just shows up as normal text. Is there any way to fix this? I.e., to 
have the html be interpreted as markup instead of just text for display?

Thanks 

Reply via email to