summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-24 20:58:13 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:20:14 +0100
commit5e79ef58e458d8df9eb6315d3b96e1338652df51 (patch)
treeb26af70298d1c1304f65384e6ab2fc398dc8bc9f /lib/profilelist.php
parent2b3a2e6b6d0e50a8723fd970bc8d23eb1378d2ea (diff)
Using hCard label instead of location. Matches userprofile.
Diffstat (limited to 'lib/profilelist.php')
-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');
}