]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
closing menu list in the wrong place
authorEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 16:03:18 +0000 (12:03 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 16:03:18 +0000 (12:03 -0400)
darcs-hash:20080611160318-84dde-d3c9a5c19651cc188420d7e0974e25e90d88c780.gz

lib/stream.php

index d8bd1f5629103aa8aa47c1ab5e5f76ee3a8d8e11..a50576654a001d131602b29feeebcae28518231a 100644 (file)
@@ -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) {