aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Hübner <hans.huebner@gmail.com>2013-11-17 00:06:50 -0800
committerHans Hübner <hans.huebner@gmail.com>2013-11-17 00:06:50 -0800
commit0192313d951eea5af26f103bae9e77856fb0189a (patch)
tree01997f42638f8fe5f87a6d0fe1fe1e8e035890d9
parentd8936da48d863306aec0c05be05f44409db99ca5 (diff)
parentd38612308005ee8ecd09c5d9387a882fb6e3e8bd (diff)
downloadtl-who-0192313d951eea5af26f103bae9e77856fb0189a.tar.gz
tl-who-0192313d951eea5af26f103bae9e77856fb0189a.tar.bz2
tl-who-0192313d951eea5af26f103bae9e77856fb0189a.zip
Merge pull request #13 from jkcunningham/master
Adding missing comma
-rw-r--r--who.lisp2
1 files changed, 1 insertions, 1 deletions
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"