summaryrefslogtreecommitdiff
path: root/lib/topposterssection.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 21:07:11 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 21:07:11 +0000
commitf6f71ea0ee8b8efb288f9abdf62b7850a18fe7cd (patch)
tree12270968295c5ce31e4f82766fe64976baebe9f7 /lib/topposterssection.php
parent07904024145174b9f86f21d823e5b6c94048333a (diff)
Minor
Diffstat (limited to 'lib/topposterssection.php')
-rw-r--r--lib/topposterssection.php4
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) {