diff options
| -rwxr-xr-x | sitemap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))" |
