[html-template-devel] Escaping of HTML in Templates

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>

21 Oct
21 Oct
7:12 p.m.
New subject: [html-template-devel] Re: Escaping of HTML in Templates
"Cam Desautels" <camdez@gmail.com> writes:
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.
6828
Age (days ago)
6828
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cam Desautels
-
Toby Allsopp