Merge pull request #22 from textagroup/textagroup-patch-1

Update alternate xml link tag to be W3 compliant
This commit is contained in:
Damian Mooyman 2015-11-16 09:27:01 +13:00
commit 50661260c9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class VersionFeed_Controller extends Extension {
$url = $this->owner->getSiteRSSLink();
Requirements::insertHeadTags(
'<link rel="alternate nofollow" type="application/rss+xml" title="' . $title .
'<link rel="alternate" type="application/rss+xml" title="' . $title .
'" href="' . $url . '" />');
}