diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:03:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:03:18 -0400 |
commit | ca4d43a98ff955ccee6d0841fc68ac44c38a87a1 (patch) | |
tree | 0d24ec22d8d8aa9f483638080c9defc356d6b1a8 | |
parent | 34cdd4ebd017d9829c47829ee57fb259700dc75b (diff) |
closing menu list in the wrong place
darcs-hash:20080611160318-84dde-d3c9a5c19651cc188420d7e0974e25e90d88c780.gz
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index d8bd1f562..a50576654 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -37,12 +37,12 @@ class StreamAction extends Action { _t('Profile'), ($user->fullname) ? $user->fullname : $nickname, $action == 'showstream'); - common_element_end('ul'); common_menu_item(common_local_url('all', array('nickname' => $nickname)), _t('All'), _t('All'), $action == 'all'); + common_element_end('ul'); } function show_notice($notice) { |