Fix duplicate \n

This commit is contained in:
Laurent Destailleur 2020-05-25 22:21:36 +02:00
parent 19bcdb6418
commit ba047428e2

View File

@ -616,7 +616,7 @@ function getStructuredData($type, $data = array())
}
$ret .= ']'."\n";
}
$ret .= "\n".'}'."\n";
$ret .= '}'."\n";
$ret .= '</script>'."\n";
}
elseif ($type == 'blogpost')