Separator

main
Bob Mottram 2019-11-14 13:35:52 +00:00
parent b94d1e3877
commit 6b71791790
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)