Lets say i have an html string "<b>hello world</b>' stored in a
variable, and I want this to be embedded in the kid file, so i do:
${myVar}
But then when the page renders I get the whole html:
<b>hello world</b>
and not 'hello world' in bold.
Am i missing something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---