merge-requests/3/head
Bob Mottram 2019-11-12 11:02:25 +00:00
parent c19035e23b
commit a4c43e44c3
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ def htmlNewPost(translate: {},baseDir: str, \
newPostForm+=replyStr
newPostForm+=' <input type="text" placeholder="'+placeholderSubject+'" name="subject">'
newPostForm+=''
newPostForm+=' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>'
newPostForm+=' <textarea id="message" name="message" placeholder="'+placeholderMessage+'" style="height:400px">'+mentionsStr+'</textarea>'
newPostForm+=extraFields+dateAndLocation
newPostForm+=' <div class="container">'
newPostForm+=' <input type="text" placeholder="'+translate['Image description']+'" name="imageDescription">'