wrong order for span and a in profilesection

This commit is contained in:
Evan Prodromou 2009-07-09 17:40:11 -07:00
parent 8b65883f9d
commit f527b8a8d7
1 changed files with 1 additions and 1 deletions

View File

@ -94,8 +94,8 @@ class ProfileSection extends Section
$profile->fullname :
$profile->nickname));
$this->out->element('span', 'fn nickname', $profile->nickname);
$this->out->elementEnd('span');
$this->out->elementEnd('a');
$this->out->elementEnd('span');
$this->out->elementEnd('td');
if ($profile->value) {
$this->out->element('td', 'value', $profile->value);