summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-24 20:58:13 +0100
committerSarven Capadisli <csarven@status.net>2010-03-24 20:58:13 +0100
commit09ff213d1c6b8dc42f28b9c637431bafa54146ec (patch)
tree3a002dea9720a3a7eac37fe3a74eebe8a8f6cc90 /lib
parente7ae36b52a8192021f3a48f1a3929bbeee877ccd (diff)
Using hCard label instead of location. Matches userprofile.
Diffstat (limited to 'lib')
-rw-r--r--lib/profilelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index d970e605a..3e5513895 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -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');
}