We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021e99c commit c0acf0aCopy full SHA for c0acf0a
src/templates/News.rss.phtml
@@ -3,8 +3,9 @@
3
namespace BNETDocs\Templates;
4
5
use \CarlBennett\MVC\Libraries\Common;
6
+
7
+echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
8
?>
-<?xml version="1.0"?>
9
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
10
<channel>
11
<atom:link href="<?php echo Common::relativeUrlToAbsolute("/news.rss"); ?>" rel="self" type="application/rss+xml" />
0 commit comments