1
0
Fork 0

Fixes rss generation

This commit is contained in:
sloum 2024-01-22 23:02:50 -08:00
parent dab96556f4
commit 35dc5bf16f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function build_feed() {
$buildDate = date( DATE_RSS ); $buildDate = date( DATE_RSS );
$header = <<<XML $header = <<<XML
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"> <rss version="2.0">
<channel> <channel>
<title>$siteName</title> <title>$siteName</title>