main
Bob Mottram 2021-05-16 17:38:43 +01:00
parent 65048bb3b3
commit 5ff974f162
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ def htmlHeaderWithPersonMarkup(cssFilename: str, instanceTitle: str,
' "skills": ' + skillsListStr + ',\n'
skillsMarkup += ' "estimatedSalary": 0,\n'
skillsMarkup += \
' "occupationLocation": "fediverse",\n'
' "occupationLocation": "fediverse"\n'
skillsMarkup += ' }'
firstEntry = False
skillsMarkup += '\n ],\n'