mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-20 05:51:03 +02:00
add author info to generated feeds
This commit is contained in:
parent
ca75c2e2fd
commit
2f0903a625
@ -3667,7 +3667,11 @@
|
||||
|
||||
$rfc822_date = date('r', strtotime($line["updated"]));
|
||||
|
||||
print "<pubDate>$rfc822_date</pubDate>";
|
||||
print "<pubDate>$rfc822_date</pubDate>";
|
||||
|
||||
if ($line["author"]) {
|
||||
print "<author>" . htmlspecialchars($line["author"]) . "</author>";
|
||||
}
|
||||
|
||||
print "<title>" .
|
||||
htmlspecialchars($line["title"]) . "</title>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user