main
Bob Mottram 2021-05-16 10:26:07 +01:00
parent bd7bfd780e
commit 18aba190a9
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ def htmlHeaderWithPersonMarkup(cssFilename: str, instanceTitle: str,
' "@type": "PostalAddress",\n' + \
' "addressLocality": "' + city + '"' + addComma + '\n' + \
countryMarkup + \
' },'
' },\n'
personMarkup = \
' <script type="application/ld+json">\n' + \
' {\n' + \