summaryrefslogtreecommitdiff
path: root/sitemap.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
commitc105a9834fd9c5a320d41422c50fa84e5bc12084 (patch)
tree48d0d400d6e0a4fd87485e89accfdeaf8db5c24b /sitemap.php
parent1778d95793e4bc5d494ece84ec177b5629c830f3 (diff)
downloadwiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.gz
wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.bz2
wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'sitemap.php')
-rwxr-xr-xsitemap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap.php b/sitemap.php
index ecc94ac..3a1f189 100755
--- a/sitemap.php
+++ b/sitemap.php
@@ -49,7 +49,7 @@ function process_book_list( $pList, $pDepth = 1 ) {
} else {
$freq = 'monthly';
}
-
+
$hash['changefreq'] = $freq;
$hash['priority'] = 1 - round( $pDepth * .5 ) * .1;
$gSiteMapHash[$pList[$key]['content_id']] = $hash;