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).'" "name": "'.$tmpuser->getFullName($weblangs).'"
}, },
"publisher": { "publisher": {
"@type": "Organization", "@type": "Organization",
"name": "'.$mysoc->name.'" "name": "'.$mysoc->name.'",
"logo": { "logo": {
"@type": "ImageObject", "@type": "ImageObject",
"url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'" "url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
} }
}, },
"description": "'.$websitepage->description.'" "description": "'.$websitepage->description.'"
}'."\n"; }'."\n";