Replace end of paragraph

main
Bob Mottram 2020-03-01 21:04:58 +00:00
parent faadec7720
commit 21ce89b764
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ def htmlEditBlog(mediaInstance: bool,translate: {}, \
messageBoxHeight=800 messageBoxHeight=800
contentStr= \ contentStr= \
postJsonObject['object']['content'].replace('<p>','').replace('</p>','') postJsonObject['object']['content'].replace('<p>','').replace('</p>','\n')
editBlogForm+= \ editBlogForm+= \
' <textarea id="message" name="message" style="height:'+ \ ' <textarea id="message" name="message" style="height:'+ \