From 4030fa2446fade4fa8c24a8e4f4a96d3a83372a5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Aug 2021 18:54:11 +0100 Subject: [PATCH] End of line --- webapp_create_post.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'