[cl-who-devel] regression for *attribute-quote-char* in cl-who-0.11.1
Andrei Stebakov
lispercat at gmail.com
Sun Mar 8 15:29:30 UTC 2009
in cl-who-0.11.0 the *attribute-quote-char* works well:
(let ((cl-who:*attribute-quote-char* #\"))
(with-html-output-to-string (*standard-output* nil :prologue nil :indent nil)
(:p :onmouseover "func()")))
produces:
"<p onmouseover=\"func()\"></p>"
in cl-who-0.11.1 it produces "<p onmouseover='func()'></p>"
Thank you,
Andrei
More information about the Cl-who-devel
mailing list