Comma separator

merge-requests/6/head
Bob Mottram 2019-11-14 13:38:17 +00:00
parent 6b71791790
commit b8f9029eaa
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ def htmlSkillsSearch(translate: {},baseDir: str, \
def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int) -> str:
"""Shows the edit profile screen
"""
imageFormats='.png|.jpg|.jpeg|.gif|.webp'
imageFormats='.png, .jpg, .jpeg, .gif, .webp'
pathOriginal=path
path=path.replace('/inbox','').replace('/outbox','').replace('/shares','')
nickname=getNicknameFromActor(path)