diff options
author | Evan Prodromou <evan@status.net> | 2010-03-25 17:24:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-25 17:24:10 -0400 |
commit | cbf321eeb371fecdb069a33301629a6d045425f1 (patch) | |
tree | eb44b8419e74d5653d2fa178e84f46e0b01401bf /lib/profilelist.php | |
parent | 9c63ae6e443e7b23f64e31617a1762393473509a (diff) | |
parent | c066e5285c12be5ccf243e8be79dc07977f78366 (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r-- | lib/profilelist.php | 2 |
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'); } |