]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Finish out the ul for other accounts
authorEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:21:14 +0000 (13:21 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:21:40 +0000 (13:21 -0400)
lib/profileblock.php

index 697ff8d340e89fee526212fd017acadcc83a0364..2a71f284c35c4bdb96e526dc7483a6556cd17256 100644 (file)
@@ -156,6 +156,8 @@ abstract class ProfileBlock extends Widget
                 $this->out->elementEnd('a');
                 $this->out->elementEnd('li');
             }
+
+            $this->out->elementEnd('ul');
         }
     }