mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-20 07:17:02 +00:00
membersince: oh I have to to correct a formatting issue
This commit is contained in:
parent
4b2106512f
commit
be7b350f2c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function membersince_display(&$a, &$b)
|
||||||
{
|
{
|
||||||
if (current_theme() == 'frio') {
|
if (current_theme() == 'frio') {
|
||||||
// Works in Frio.
|
// Works in Frio.
|
||||||
$html = '<!DOCTYPE html><html><body>' . $b .'</body></html>';
|
$html = '<!DOCTYPE html><html><body>' . $b . '</body></html>';
|
||||||
|
|
||||||
$doc = new DOMDocument();
|
$doc = new DOMDocument();
|
||||||
$doc->validateOnParse = true;
|
$doc->validateOnParse = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue