4 Jun
2014
4 Jun
'14
10:34 a.m.
Hello, I've noticed that in 2 places strings are not correctly interned when you load closure-html with *print-case* set to :downcase. To make it work, I've changed (intern …) to (intern (string-upcase …)). Please find patch attached. Best regards, Michał Psota