Bug report: ESC applied to attribute values produces spurious output

Ron Garret ron at flownet.com
Tue Apr 30 18:39:43 UTC 2013


? (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.

rg




More information about the Cl-who-devel mailing list