diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/grouplist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/grouplist.php b/lib/grouplist.php index d9547acb9..cc734bdd0 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, |