diff options
| author | 2014-03-15 15:08:44 +0100 | |
|---|---|---|
| committer | 2014-03-15 15:08:44 +0100 | |
| commit | 19fb901cb417c13be0ac3019d1bb1e7b09d08b37 (patch) | |
| tree | 7a6c1ed4001f1ddf73294213b56101fda2880ddc /app/views/helpers/view/rss_view.phtml | |
| parent | 53d31c022dc107f7ad712fa91e4266f1e12d3c01 (diff) | |
Small corrections previous pull requests
https://github.com/marienfressinaud/FreshRSS/issues/457
https://github.com/marienfressinaud/FreshRSS/pull/459
https://github.com/marienfressinaud/FreshRSS/issues/422
https://github.com/marienfressinaud/FreshRSS/pull/461
Diffstat (limited to 'app/views/helpers/view/rss_view.phtml')
| -rwxr-xr-x | app/views/helpers/view/rss_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/rss_view.phtml b/app/views/helpers/view/rss_view.phtml index 620bf1388..2c6ca610b 100755 --- a/app/views/helpers/view/rss_view.phtml +++ b/app/views/helpers/view/rss_view.phtml @@ -6,7 +6,7 @@ <description><?php echo Minz_Translate::t ('rss_feeds_of', $this->rss_title); ?></description> <pubDate><?php echo date('D, d M Y H:i:s O'); ?></pubDate> <lastBuildDate><?php echo gmdate('D, d M Y H:i:s'); ?> GMT</lastBuildDate> - <atom:link href="<?php echo Minz_Url::display ($this->rss_url, 'html', true); ?>" rel="self" type="application/rss+xml" /> + <atom:link href="<?php echo Minz_Url::display ($this->url, 'html', true); ?>" rel="self" type="application/rss+xml" /> <?php foreach ($this->entries as $item) { ?> |
