Fix atom feed author.

This commit is contained in:
Greg Sarjeant 2025-06-16 19:57:36 -04:00
parent b59526c590
commit cefc19ba9f

View File

@ -19,7 +19,7 @@ echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
<updated><?php echo $updated ?></updated> <updated><?php echo $updated ?></updated>
<id><?php echo $siteUrl ?></id> <id><?php echo $siteUrl ?></id>
<author> <author>
<name><?= $siteTitle ?></name> <name><?= Util::escape_xml($config->siteTitle) ?></name>
</author> </author>
<?php foreach ($ticks as $tick): <?php foreach ($ticks as $tick):
// decompose the tick timestamp into the date/time parts // decompose the tick timestamp into the date/time parts