PatchFeeder: fix newline
This commit is contained in:
parent
65bcd51012
commit
5220555bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $db->sort();
|
||||||
echo '<link>' . htmlspecialchars($patch->getURL()) . '</link>';
|
echo '<link>' . htmlspecialchars($patch->getURL()) . '</link>';
|
||||||
echo '<pubDate>' . date(DATE_RSS, $patch->getTimestamp()) . '</pubDate>';
|
echo '<pubDate>' . date(DATE_RSS, $patch->getTimestamp()) . '</pubDate>';
|
||||||
echo '<guid isPermaLink="false">' . hash('sha256', $patch) . '</guid>';
|
echo '<guid isPermaLink="false">' . hash('sha256', $patch) . '</guid>';
|
||||||
echo '</item>' . "\r\n";
|
echo '</item>' . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue