how to pass html-formatted string to page renderer
Eric Medina <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to display text loaded from a database. This text is already html-formatted. However, when i pass this text to the page renderer, it does not recognize the html tags in the text. So the tags are displayed along with the text content. How do I let the renderer know that what I'm passing is an html-formatted string so that the renderer will use the tags in the string. Regards, Eric _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web