some polish
This commit is contained in:
parent
e58213b294
commit
2fcc432aef
2 changed files with 3 additions and 2 deletions
|
@ -40,5 +40,5 @@ QString Shared::processMessageBody(const QString& msg)
|
|||
{
|
||||
QString processed = msg.toHtmlEscaped();
|
||||
processed.replace(urlReg, "<a href=\"\\1\">\\1</a>");
|
||||
return "<p style=\"white-space: pre-wrap;\">" + processed + "</p>";
|
||||
return processed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue