From d38612308005ee8ecd09c5d9387a882fb6e3e8bd Mon Sep 17 00:00:00 2001 From: Jeffrey Cunningham Date: Fri, 1 Mar 2013 09:26:26 -0800 Subject: Added missing comma to fmt attr --- who.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/who.lisp b/who.lisp index 93da604..ce80aef 100644 --- a/who.lisp +++ b/who.lisp @@ -117,7 +117,7 @@ forms." ((eq ,=var= t) ,(case *html-mode* (:sgml - `(fmt " ~A" attr)) + `(fmt " ~A" ,attr)) ;; otherwise default to :xml mode (t `(fmt " ~A=~C~A~C" -- cgit v1.2.3