diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/tag.php b/actions/tag.php index 553810ccc..034072a6b 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -67,9 +67,8 @@ class TagAction extends StreamAction { common_element_start('div', 'instructions'); common_raw($output); common_element_end('div'); + $this->public_views_menu(); } - - $this->public_views_menu(); } function show_tags() |