[cl-who-devel] Missing comma in who.lisp

maurycy at wemba.edu.pl maurycy at wemba.edu.pl
Wed Oct 10 10:20:55 UTC 2012


--- who.lisp~	2012-10-05 17:16:12.007971946 +0200
+++ who.lisp	2012-10-09 21:08:39.026986297 +0200
@@ -117,7 +117,7 @@
                                 ((eq ,=var= t)
                                  ,(case *html-mode*
                                     (:sgml
-                                     `(fmt " ~A" attr))
+                                     `(fmt " ~A" ,attr))
                                     ;; otherwise default to :xml mode
                                     (t
                                      `(fmt " ~A=~C~A~C"




More information about the Cl-who-devel mailing list