Added missing closing span tag

This commit is contained in:
Sarven Capadisli 2009-11-06 15:28:58 +01:00
parent 63a07ede62
commit 0994fa31d6
1 changed files with 1 additions and 0 deletions

View File

@ -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,