From 988d11a8f188b45af64fa2579718f990b34f3aa6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 7 Oct 2009 13:39:36 +0200 Subject: Update for the most recent version of Yaclml. Ignore-this: c8441c0ffd4a147c8a6f01c1b89c2f4b darcs-hash:94c3831dbe9231dba730708e4cf66daf2bd0825b --- macros.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'macros.lisp') diff --git a/macros.lisp b/macros.lisp index a17891f..52c6618 100644 --- a/macros.lisp +++ b/macros.lisp @@ -26,10 +26,10 @@ (yaclml:deftag ")) - (emit-open-tag "html" `(("dir" . ,dir) - ("lang" . ,lang) - ("xml:lang" . ,lang) - ("xmlns" . ,xmlns))) + (emit-open-tag "html" `("dir" ,dir + "lang" ,lang + "xml:lang" ,lang + "xmlns" ,xmlns)) (emit-body body) (emit-close-tag "html")) -- cgit v1.2.3