Fixed word wrapping of non-breaking space words by only replacing double spaces
This commit is contained in:
parent
b2fb3f31ac
commit
fd69dce0ae
@ -5170,7 +5170,6 @@ int MainWindow::writeMessageTextToUI(QDateTime date, QString text, int freq, boo
|
||||
c.insertText(text);
|
||||
} else {
|
||||
text = text.toHtmlEscaped();
|
||||
text = text.replace(" ", " ");
|
||||
text = text.replace(" ", " ");
|
||||
if(bold){
|
||||
text = QString("<strong>%1</strong>").arg(text);
|
||||
|
Loading…
Reference in New Issue
Block a user