From 1c9dc7257d5be1b5354984de3a7f32c5a4fa8c0f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 9 Jul 2012 13:21:14 -0400 Subject: [PATCH] Finish out the ul for other accounts --- lib/profileblock.php | 2 ++ 1 file changed, 2 insertions(+) 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'); } } -- 2.39.5