From fb2a9e371c81286176cbb84d79fb493ff4b807b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 Jul 2019 14:27:53 +0200 Subject: [PATCH] Fix syntax --- htdocs/core/lib/website.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index 79864f3879d..10ba1707bf1 100644 --- a/htdocs/core/lib/website.lib.php +++ b/htdocs/core/lib/website.lib.php @@ -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";