diff options
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |