mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #503
This commit is contained in:
parent
d92bad3f9c
commit
93ea674e07
|
@ -65,7 +65,7 @@ QString MessageAction::getMessage(QString div)
|
|||
for (QString& s : messageLines)
|
||||
{
|
||||
if (QRegExp("^[ ]*>.*").exactMatch(s))
|
||||
message_ += "<span class=quote>" + s.right(s.length()-4) + "</span><br/>";
|
||||
message_ += "<span class=quote>" + s + "</span><br/>";
|
||||
else
|
||||
message_ += s + "<br/>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user