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