End of line

merge-requests/30/head
Bob Mottram 2021-08-07 18:54:11 +01:00
parent 93552d1233
commit 4030fa2446
1 changed files with 3 additions and 3 deletions

View File

@ -374,9 +374,9 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
translatedCategory = translate[category] translatedCategory = translate[category]
extraFields += ' <option value="' + \ extraFields += ' <option value="' + \
translatedCategory + '">' + \ translatedCategory + '">' + \
translatedCategory + '</option>' translatedCategory + '</option>\n'
extraFields += ' </select><br>' extraFields += ' </select><br>\n'
extraFields += \ extraFields += \
editNumberField(translate['Duration of listing in days'], editNumberField(translate['Duration of listing in days'],
'duration', 14, 1, 365, 1) 'duration', 14, 1, 365, 1)
@ -401,7 +401,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
currencyList.sort() currencyList.sort()
for currName in currencyList: for currName in currencyList:
extraFields += ' <option value="' + \ extraFields += ' <option value="' + \
currName + '">' + currName + '</option>' currName + '">' + currName + '</option>\n'
extraFields += ' </select>\n' extraFields += ' </select>\n'
extraFields += '</div>\n' extraFields += '</div>\n'