Ethan Vaughn wrote:

which of course just sticks a bunch of literal <br> in the html document.

You need to replace it with <br/> (closed tag of a literal result element); not with <br> or &lt;br&gt;.

How you pass that to the template depends on how it handles the input AFAICS (it could expect a string, but you need an element as replacement).

Tobi
--
http://www.pinkjuice.com/

Reply via email to