From: Evan Prodromou Date: Mon, 9 Jul 2012 17:21:14 +0000 (-0400) Subject: Finish out the ul for other accounts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c9dc7257d5be1b5354984de3a7f32c5a4fa8c0f;p=quix0rs-gnu-social.git Finish out the ul for other accounts --- diff --git a/lib/profileblock.php b/lib/profileblock.php index 697ff8d340..2a71f284c3 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -156,6 +156,8 @@ abstract class ProfileBlock extends Widget $this->out->elementEnd('a'); $this->out->elementEnd('li'); } + + $this->out->elementEnd('ul'); } }