Using hCard label instead of location. Matches userprofile.
This commit is contained in:
parent
e7ae36b52a
commit
09ff213d1c
|
@ -213,7 +213,7 @@ class ProfileListItem extends Widget
|
|||
{
|
||||
if (!empty($this->profile->location)) {
|
||||
$this->out->text(' ');
|
||||
$this->out->elementStart('span', 'location');
|
||||
$this->out->elementStart('span', 'label');
|
||||
$this->out->raw($this->highlight($this->profile->location));
|
||||
$this->out->elementEnd('span');
|
||||
}
|
||||
|
|
|
@ -926,7 +926,7 @@ display:inline;
|
|||
}
|
||||
|
||||
.profile .entity_profile .fn,
|
||||
.profile .entity_profile .location {
|
||||
.profile .entity_profile .label {
|
||||
margin-left:11px;
|
||||
margin-bottom:4px;
|
||||
width:auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user