From f04670b8a73c688f5e1ff0c27c3483dd0a480388 Mon Sep 17 00:00:00 2001
From: Matthias Benkard <code@mail.matthias.benkard.de>
Date: Thu, 12 Nov 2009 18:54:19 +0100
Subject: Fix site map XML.

Ignore-this: 27d3b609d9a6b37dd1d014dbe34e44c2

darcs-hash:d4a83e92798007a723c622460def3f81c454025c
---
 journal.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/journal.lisp b/journal.lisp
index b24e169..482373e 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -765,7 +765,7 @@
 (defun show-site-map ()
   #.(locally-enable-sql-reader-syntax)
   (with-xml-output (*standard-output* :encoding "utf-8")
-    (with-tag ("sitemap" '(("xmlns" "http://www.sitemaps.org/schemas/sitemap/0.9")))
+    (with-tag ("urlset" '(("xmlns" "http://www.sitemaps.org/schemas/sitemap/0.9")))
       (with-tag ("url")
         (emit-simple-tags :loc (link-to :index :absolute t)
                           :priority "0.5"))
-- 
cgit v1.2.3