main
Bob Mottram 2021-05-16 17:09:24 +01:00
parent 503d40cf3d
commit 2b7ac80276
1 changed files with 2 additions and 2 deletions

View File

@ -756,8 +756,8 @@ def htmlHeaderWithPersonMarkup(cssFilename: str, instanceTitle: str,
elif skillDict['@type'] == 'Occupation':
if not firstEntry:
skillsMarkup += ',\n'
ocName = sk['name']
skillsList = sk['skills']
ocName = skillDict['name']
skillsList = skillDict['skills']
skillsListStr = '['
for skillStr in skillsList:
if skillsListStr != '[':