mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 15:03:41 +00:00
membersince is now added in frio after the fullname entry
This commit is contained in:
parent
40f99e4828
commit
9faa56702a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue