From b251ceab4934ba42bb109f6577eae5011e9a5a17 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Aug 2021 18:55:49 +0100 Subject: [PATCH] End of line --- webapp_create_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 3e18be6e0..69f454713 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -367,7 +367,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, extraFields += '
\n' extraFields += ' ' + 'name="itemCurrency" class="theme">\n' currencyList = [] for symbol, currName in currencies.items(): currencyList.append(currName + ' ' + symbol)