main
Bob Mottram 2019-11-27 12:15:41 +00:00
parent 52b3f935d1
commit 6b8bf2355f
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ def htmlNewPost(translate: {},baseDir: str, \
newPostForm+=' <label class="labels">'+placeholderSubject+'</label><br>'
newPostForm+=' <input type="text" name="subject">'
newPostForm+=''
newPostForm+=' <label class="labels">'+placeholderMessage+'</label><br>'
newPostForm+=' <br><label class="labels">'+placeholderMessage+'</label><br>'
if endpoint!='newquestion':
newPostForm+=' <textarea id="message" name="message" style="height:400px">'+mentionsStr+'</textarea>'
else: