Comma separator

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