diff --git a/webinterface.py b/webinterface.py
index 6c584ad1..aa360de1 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1120,12 +1120,6 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
instanceStr += \
' '
- instanceStr += \
- ' '
- instanceStr += \
- ' '
instanceStr += ''
moderators = ''
@@ -1158,6 +1152,12 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
themesDropdown += ' '
themesDropdown += '
'
+ themesDropdown += \
+ ' '
+ themesDropdown += \
+ ' '
themesDropdown += ''
themeName = getConfigParam(baseDir, 'theme')
themesDropdown = \