
21 Oct
2006
21 Oct
'06
4:56 p.m.
Forgive me if I am missing something here, but given that HTML-TEMPLATE is supposed to be agnostic to exactly what type of content I am putting in a template, why is it escaping my HTML? Is this not a bug? I'm running 0.7.0 on SBCL 0.9.16. (html-template:fill-and-print-template "<p><!-- TMPL_VAR foo --></p>" '(:foo "This <em>is</em> HTML")) --> <p>This <em>is</em> HTML</p> Thanks. -- Cameron Desautels <camdez@gmail.com>