summaryrefslogtreecommitdiff
path: root/lib/grouplist.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/grouplist.php')
-rw-r--r--lib/grouplist.php1
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,