aboutsummaryrefslogtreecommitdiff
path: root/sitemap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sitemap.sh')
-rwxr-xr-xsitemap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap.sh b/sitemap.sh
index 56c33a2..2f1d874 100755
--- a/sitemap.sh
+++ b/sitemap.sh
@@ -12,7 +12,7 @@ exec 1> sitemap.xml
# print head
echo '<?xml version="1.0" encoding="UTF-8"?>'
echo '<!-- generator="Milkys Sitemap Generator, https://github.com/mcmilk/sitemap-generator" -->'
-echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'
+echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">'
# print urls
IFS=$'\r\n' GLOBIGNORE='*' command eval "OPTIONS=($(cat $0.options))"