Skip to content

Commit

Permalink
Missing quote in rss link
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5379 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Jun 27, 2008
1 parent 0adad3c commit 4ce3433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html_api.php
Expand Up @@ -97,7 +97,7 @@ function html_rss_link()
global $g_rss_feed_url;

if ( $g_rss_feed_url !== null ) {
echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="', $g_rss_feed_url, ' />';
echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="', $g_rss_feed_url, '" />';
}
}

Expand Down

0 comments on commit 4ce3433

Please sign in to comment.