From 1d8bac816e81992ea072eb43ec0c9b56c910b59c Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 14 Nov 2008 00:25:28 -0500 Subject: RSS alternate link for tag pages darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz --- actions/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/tag.php b/actions/tag.php index 75bf6c8bf..dab462eae 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', -- cgit v1.2.3-54-g00ecf