Try to fix #403
This commit is contained in:
parent
a7088d9abb
commit
3b0122be63
1 changed files with 3 additions and 2 deletions
|
@ -153,10 +153,11 @@ QString MessageBrowser::prepareHtmlForMessage(const Message& message) {
|
|||
}
|
||||
|
||||
html += pictures_html;
|
||||
html = html
|
||||
|
||||
/*html = html
|
||||
.replace(QSL("\r\n"), QSL("\n"))
|
||||
.replace(QL1C('\r'), QL1C('\n'))
|
||||
.remove(QL1C('\n'));
|
||||
.remove(QL1C('\n'));*/
|
||||
|
||||
return QSL("<html>"
|
||||
"<head><style>"
|
||||
|
|
Loading…
Add table
Reference in a new issue