diff options
author | Hans Hübner <hans.huebner@gmail.com> | 2013-11-17 00:06:50 -0800 |
---|---|---|
committer | Hans Hübner <hans.huebner@gmail.com> | 2013-11-17 00:06:50 -0800 |
commit | 0192313d951eea5af26f103bae9e77856fb0189a (patch) | |
tree | 01997f42638f8fe5f87a6d0fe1fe1e8e035890d9 | |
parent | d8936da48d863306aec0c05be05f44409db99ca5 (diff) | |
parent | d38612308005ee8ecd09c5d9387a882fb6e3e8bd (diff) | |
download | tl-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.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |