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'):
|
if actorJson.get('occupationName'):
|
||||||
occupationName = actorJson['occupationName']
|
occupationName = actorJson['occupationName']
|
||||||
if fields.get('occupationName'):
|
if fields.get('occupationName'):
|
||||||
|
fields['occupationName'] = removeHtml(fields['occupationName'])
|
||||||
if occupationName != \
|
if occupationName != \
|
||||||
fields['occupationName']:
|
fields['occupationName']:
|
||||||
actorJson['occupationName'] = \
|
actorJson['occupationName'] = \
|
||||||
|
|
Loading…
Reference in New Issue