Fix atom feed author.
This commit is contained in:
parent
b59526c590
commit
cefc19ba9f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user