From: Evan Prodromou Date: Wed, 11 Jun 2008 16:03:18 +0000 (-0400) Subject: closing menu list in the wrong place X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca4d43a98ff955ccee6d0841fc68ac44c38a87a1;p=quix0rs-gnu-social.git closing menu list in the wrong place darcs-hash:20080611160318-84dde-d3c9a5c19651cc188420d7e0974e25e90d88c780.gz --- diff --git a/lib/stream.php b/lib/stream.php index d8bd1f5629..a50576654a 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) {