From 87543292d18409e7b4f3c4876172d414d39183fd Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 6 Nov 2009 15:26:13 +0100 Subject: Fixed some group list styles --- lib/grouplist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/grouplist.php b/lib/grouplist.php index 39a9b2d94..d9547acb9 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -105,7 +105,7 @@ class GroupList extends Widget 'alt' => ($this->group->fullname) ? $this->group->fullname : $this->group->nickname)); - $hasFN = ($this->group->fullname) ? 'nickname url' : 'fn org nickname url'; + $hasFN = ($this->group->fullname) ? 'nickname' : 'fn org nickname'; $this->out->elementStart('span', $hasFN); $this->out->raw($this->highlight($this->group->nickname)); $this->out->elementEnd('span'); -- cgit v1.2.3-54-g00ecf