mirror of https://gitlab.com/bashrc2/epicyon
Remove any html from occupation
parent
802136dfba
commit
f1e2f696e8
|
@ -4596,6 +4596,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if actorJson.get('occupationName'):
|
||||
occupationName = actorJson['occupationName']
|
||||
if fields.get('occupationName'):
|
||||
fields['occupationName'] = removeHtml(fields['occupationName'])
|
||||
if occupationName != \
|
||||
fields['occupationName']:
|
||||
actorJson['occupationName'] = \
|
||||
|
|
Loading…
Reference in New Issue