membersince is now added in frio after the fullname entry

This commit is contained in:
rabuzarus 2018-02-07 14:34:30 +01:00
parent 40f99e4828
commit 9faa56702a

View 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 {