From 0994fa31d6281167f410b659761ceb332ace7913 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 6 Nov 2009 15:28:58 +0100 Subject: [PATCH] Added missing closing span tag --- lib/grouplist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/grouplist.php b/lib/grouplist.php index d9547acb99..cc734bdd06 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -119,6 +119,7 @@ class GroupList extends Widget if ($this->group->location) { $this->out->elementStart('span', 'label'); $this->out->raw($this->highlight($this->group->location)); + $this->out->elementEnd('span'); } if ($this->group->homepage) { $this->out->elementStart('a', array('href' => $this->group->homepage, -- 2.39.2