From: Sarven Capadisli Date: Fri, 6 Nov 2009 14:28:58 +0000 (+0100) Subject: Added missing closing span tag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0994fa31d6281167f410b659761ceb332ace7913;p=quix0rs-gnu-social.git Added missing closing span tag --- 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,