diff options
author | zach <zach@controlyourself.ca> | 2008-11-14 00:25:28 -0500 |
---|---|---|
committer | zach <zach@controlyourself.ca> | 2008-11-14 00:25:28 -0500 |
commit | 1d8bac816e81992ea072eb43ec0c9b56c910b59c (patch) | |
tree | bdab0d5b38c2beccd3242c0dcdcd322a053b1b26 /actions | |
parent | 0e7541e9dabc14804b7f1ddbac6f7456940eb9f8 (diff) |
RSS alternate link for tag pages
darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz
Diffstat (limited to 'actions')
-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', |