From: Evan Prodromou Date: Fri, 10 Jul 2009 00:40:11 +0000 (-0700) Subject: wrong order for span and a in profilesection X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f527b8a8d7cf38e21c0ceb8d54cfae2d679e1564;p=quix0rs-gnu-social.git wrong order for span and a in profilesection --- diff --git a/lib/profilesection.php b/lib/profilesection.php index 8ed290e03a..9ff243fb53 100644 --- a/lib/profilesection.php +++ b/lib/profilesection.php @@ -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);