diff --git a/webinterface.py b/webinterface.py index 1219656c..66a2c297 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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)