'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');
list-style-type:none;
}
.profile .entity_profile .fn.nickname,
-.profile .entity_profile .url[rel=contact] {
+.profile .entity_profile .url[rel~=contact] {
margin-left:0;
display:inline;
}