diff --git a/webapp_profile.py b/webapp_profile.py
index 5f0d868da..4df066eb2 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -1211,7 +1211,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
'
'
- skillsStr += '\n'
+ skillsStr += ' \n'
cssFilename = baseDir + '/epicyon-profile.css'
if os.path.isfile(baseDir + '/epicyon.css'):
@@ -1293,7 +1293,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
' ' + \
translate['Broch mode'] + '
\n'
- instanceStr += ''
+ instanceStr += ' \n'
moderators = ''
moderatorsFile = baseDir + '/accounts/moderators.txt'
@@ -1309,7 +1309,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['List of moderator nicknames'] + \
'..." style="height:200px" spellcheck="false">' + \
moderators + ''
- moderatorsStr += ''
+ moderatorsStr += ' \n'
editors = ''
editorsFile = baseDir + '/accounts/editors.txt'
@@ -1324,7 +1324,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
' '
- editorsStr += ''
+ editorsStr += ' \n'
themes = getThemesList(baseDir)
themesDropdown = ''
@@ -1353,7 +1353,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
' ' + \
translate['Remove the custom font'] + '
'
- themesDropdown += '
'
+ themesDropdown += ' \n'
themeName = getConfigParam(baseDir, 'theme')
themesDropdown = \
themesDropdown.replace('