Hi, I can render text that potentially has html in it safely with <dtml-var description html_quote> but what if I want to assign the quoted result to another variable. I tried <dtml-call "REQUEST.set('htmldesc',html_quote(REQUEST['description']))"> It didn't work. How do I solve this problem? Sincerely yours, Soren Roug