From: zach Date: Fri, 14 Nov 2008 05:25:28 +0000 (-0500) Subject: RSS alternate link for tag pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d8bac816e81992ea072eb43ec0c9b56c910b59c;p=quix0rs-gnu-social.git RSS alternate link for tag pages darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz --- diff --git a/actions/tag.php b/actions/tag.php index 75bf6c8bfb..dab462eae2 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -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',