Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2020-05-25 22:21:52 +02:00
commit 41d5d9b6f8

View File

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