diff options
Diffstat (limited to 'who.lisp')
-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" |