From 7322b822410c308c017fa5595c8f95b32e1dab17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 16:47:54 +0100 Subject: [PATCH] Updated _generate_sitemap --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 97653a8..adc0420 100755 --- a/qsgen2 +++ b/qsgen2 @@ -616,7 +616,7 @@ function _generate_sitemap() { # Start of the XML file echo '' > "${sitemap_file}" - echo '' >> "${sitemap_file}" + echo '' >> "${sitemap_file}" echo '> "${sitemap_file}" echo ' xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' >> "${sitemap_file}" echo ' xmlns:xhtml="http://www.w3.org/1999/xhtml"' >> "${sitemap_file}"