
8 Apr
2015
8 Apr
'15
8:59 p.m.
Ron Garret <ron@flownet.com> writes:
? (with-html-output-to-string (s) ((:a :href (esc "XXX")) (esc "YYY"))) "<aXXX href='XXX'>YYY</a>"
My actual use case is:
(:a :onclick (esc "f('str')"))
This is CL-WHO 1.1.1 acquired through quicklisp. That's not a bug, the attributes don't need STR or ESC. (with-html-output-to-string (s) ((:a :href (escape-string "XXX")) (esc "YYY")))
-- With best regards, Stas.