summaryrefslogtreecommitdiff
path: root/lib/grouplist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-06 15:26:13 +0100
committerSarven Capadisli <csarven@status.net>2009-11-06 15:26:13 +0100
commit87543292d18409e7b4f3c4876172d414d39183fd (patch)
treeae5a67db8d4b175ebbe7ceb17aa26ab6fad7d4d4 /lib/grouplist.php
parent1c724613946d0cc5521b89507aa78dd3e69d5f52 (diff)
Fixed some group list styles
Diffstat (limited to 'lib/grouplist.php')
-rw-r--r--lib/grouplist.php2
1 files changed, 1 insertions, 1 deletions
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');