RSS alternate link for tag pages

darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz
This commit is contained in:
zach 2008-11-14 00:25:28 -05:00
parent 0e7541e9da
commit 1d8bac816e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TagAction extends StreamAction {
}
function show_header($tag = false) {
if (false && $tag) {
if ($tag) {
common_element('link', array('rel' => 'alternate',
'href' => common_local_url('tagrss', array('tag' => $tag)),
'type' => 'application/rss+xml',