diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:35 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:35 +0000 |
commit | 6472630f92c65de6eb69162d1252e797cc822047 (patch) | |
tree | 783346cc3812978dc17cf37a453fbc8d4233003e /lib/topposterssection.php | |
parent | 058f9fa1eb7162da632d694c183b8a1205ebe677 (diff) | |
parent | 6fa7ce5d5e37851e2f4fbf99e3dded3facde6211 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'lib/topposterssection.php')
-rw-r--r-- | lib/topposterssection.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/topposterssection.php b/lib/topposterssection.php index 4701ca83f..786973093 100644 --- a/lib/topposterssection.php +++ b/lib/topposterssection.php @@ -73,7 +73,7 @@ class TopPostersSection extends ProfileSection { $this->out->elementStart('tr'); $this->out->elementStart('td'); - $this->out->elementStart('span', 'vcard'); + $this->out->elementStart('span', 'vcard'); $this->out->elementStart('a', array('title' => ($profile->fullname) ? $profile->fullname : $profile->nickname, @@ -89,7 +89,7 @@ class TopPostersSection extends ProfileSection $profile->fullname : $profile->nickname)); $this->out->element('span', 'fn nickname', $profile->nickname); - $this->out->elementEnd('span'); + $this->out->elementEnd('span'); $this->out->elementEnd('a'); $this->out->elementEnd('td'); if ($profile->value) { |