From ee4b13e5dd53dd0886aacac3d6ec969b99db5524 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 20 Sep 2007 14:10:16 +0200 Subject: Indicate the site language both in the HTTP headers and HTML code. darcs-hash:2f851251a0fda4418c462d0cc663ea82c3f07bde --- macros.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'macros.lisp') diff --git a/macros.lisp b/macros.lisp index c8f2866..179adca 100644 --- a/macros.lisp +++ b/macros.lisp @@ -26,7 +26,10 @@ (yaclml:deftag ")) - (emit-open-tag "html" `(("dir" . ,dir) ("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