Using hCard label instead of location. Matches userprofile.

This commit is contained in:
Sarven Capadisli 2010-03-24 20:58:13 +01:00
parent e7ae36b52a
commit 09ff213d1c
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ class ProfileListItem extends Widget
{ {
if (!empty($this->profile->location)) { if (!empty($this->profile->location)) {
$this->out->text(' '); $this->out->text(' ');
$this->out->elementStart('span', 'location'); $this->out->elementStart('span', 'label');
$this->out->raw($this->highlight($this->profile->location)); $this->out->raw($this->highlight($this->profile->location));
$this->out->elementEnd('span'); $this->out->elementEnd('span');
} }

View File

@ -926,7 +926,7 @@ display:inline;
} }
.profile .entity_profile .fn, .profile .entity_profile .fn,
.profile .entity_profile .location { .profile .entity_profile .label {
margin-left:11px; margin-left:11px;
margin-bottom:4px; margin-bottom:4px;
width:auto; width:auto;