membersince: oh I have to to correct a formatting issue

This commit is contained in:
rabuzarus 2018-02-08 18:10:33 +01:00
parent 4b2106512f
commit be7b350f2c

View file

@ -25,7 +25,7 @@ function membersince_display(&$a, &$b)
{
if (current_theme() == 'frio') {
// Works in Frio.
$html = '<!DOCTYPE html><html><body>' . $b .'</body></html>';
$html = '<!DOCTYPE html><html><body>' . $b . '</body></html>';
$doc = new DOMDocument();
$doc->validateOnParse = true;