]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilesection.php
wrong order for span and a in profilesection
[quix0rs-gnu-social.git] / lib / profilesection.php
index 8ed290e03aa3c6195567da6c50401f8b12924cdf..9ff243fb53fab479a7ebd9142032409cbab4366f 100644 (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);