2
0
forked from Wavyzz/dolibarr

Fix syntax

This commit is contained in:
Laurent Destailleur
2019-07-25 14:27:53 +02:00
parent 6674b8975b
commit fb2a9e371c

View File

@@ -477,12 +477,12 @@ function getStructuredData($type, WebsitePage $websitepage)
"name": "'.$tmpuser->getFullName($weblangs).'"
},
"publisher": {
"@type": "Organization",
"name": "'.$mysoc->name.'"
"logo": {
"@type": "Organization",
"name": "'.$mysoc->name.'",
"logo": {
"@type": "ImageObject",
"url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
}
}
},
"description": "'.$websitepage->description.'"
}'."\n";