diff --git a/modules/gsitemap/gsitemap.php b/modules/gsitemap/gsitemap.php index 48a33d4e9..108adef6a 100644 --- a/modules/gsitemap/gsitemap.php +++ b/modules/gsitemap/gsitemap.php @@ -309,7 +309,7 @@ XML; { $sitemap = $xml->addChild('url'); $sitemap->addChild('loc', htmlspecialchars($loc)); - $sitemap->addChild('priority', $priority); + $sitemap->addChild('priority', number_format($priority,1,'.','')); if ($last_mod) $sitemap->addChild('lastmod', $last_mod); $sitemap->addChild('changefreq', $change_freq);