Using hCard label instead of location. Matches userprofile.

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

View File

@ -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');
}

View File

@ -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;