mirror of https://gitlab.com/bashrc2/epicyon
Remove newline
parent
0d85534cf4
commit
ae7e0a8912
|
@ -543,7 +543,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
str(messageBoxHeight) + 'px"></textarea>\n'
|
str(messageBoxHeight) + 'px"></textarea>\n'
|
||||||
dateAndLocation += '</div>\n'
|
dateAndLocation += '</div>\n'
|
||||||
dateAndLocation += '<div class="container">\n'
|
dateAndLocation += '<div class="container">\n'
|
||||||
dateAndLocation += '<br><label class="labels">' + \
|
dateAndLocation += '<label class="labels">' + \
|
||||||
translate['Location'] + ': </label>\n'
|
translate['Location'] + ': </label>\n'
|
||||||
dateAndLocation += '<input type="text" name="location">\n'
|
dateAndLocation += '<input type="text" name="location">\n'
|
||||||
if endpoint == 'newevent':
|
if endpoint == 'newevent':
|
||||||
|
|
Loading…
Reference in New Issue