]> git.mxchange.org Git - friendica-addons.git/commitdiff
membersince is now added in frio after the fullname entry
authorrabuzarus <rabuzarus@t-online.de>
Wed, 7 Feb 2018 13:34:30 +0000 (14:34 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Wed, 7 Feb 2018 13:34:30 +0000 (14:34 +0100)
membersince/membersince.php

index 67d29e1de2881502fe6b2c2cc0019eef752976d4..8c42c1359b1e036c70c0a740f41b8706c51854a9 100644 (file)
@@ -49,7 +49,7 @@ function membersince_display(&$a, &$b)
                $div->appendChild($hr);
                $div->appendChild($label);
                $div->appendChild($entry);
-               $elm->parentNode->appendChild($div);
+               $elm->parentNode->insertBefore($div, $elm->nextSibling);
 
                $b = $doc->saveHTML();
        } else {