Remove newline

alt-html-css
Bob Mottram 2020-12-21 18:02:18 +00:00
parent 0d85534cf4
commit ae7e0a8912
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
str(messageBoxHeight) + 'px"></textarea>\n'
dateAndLocation += '</div>\n'
dateAndLocation += '<div class="container">\n'
dateAndLocation += '<br><label class="labels">' + \
dateAndLocation += '<label class="labels">' + \
translate['Location'] + ': </label>\n'
dateAndLocation += '<input type="text" name="location">\n'
if endpoint == 'newevent':