diff --git a/webapp_create_post.py b/webapp_create_post.py
index 9c665df9f..be408085b 100644
--- a/webapp_create_post.py
+++ b/webapp_create_post.py
@@ -376,7 +376,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
translatedCategory + '">' + \
translatedCategory + ''
- extraFields += '
'
+ extraFields += '
'
extraFields += \
editNumberField(translate['Duration of listing in days'],
'duration', 14, 1, 365, 1)
@@ -402,6 +402,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
for currName in currencyList:
extraFields += ' '
+ extraFields += ' \n'
extraFields += '\n'