summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-25 17:24:10 -0400
committerEvan Prodromou <evan@status.net>2010-03-25 17:24:10 -0400
commitcbf321eeb371fecdb069a33301629a6d045425f1 (patch)
treeeb44b8419e74d5653d2fa178e84f46e0b01401bf /lib/profilelist.php
parent9c63ae6e443e7b23f64e31617a1762393473509a (diff)
parentc066e5285c12be5ccf243e8be79dc07977f78366 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
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');
}