mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pr1061'
This commit is contained in:
commit
b6f79e7365
|
@ -63,7 +63,7 @@ QString MessageAction::getMessage(QString div)
|
|||
message_ = "";
|
||||
for (QString& s : messageLines)
|
||||
{
|
||||
if (QRegExp("^> ?\\w.*").exactMatch(s))
|
||||
if (QRegExp("^>( |[^_\\d\\W]).*").exactMatch(s))
|
||||
message_ += "<span class=quote>" + s + "</span><br/>";
|
||||
else
|
||||
message_ += s + "<br/>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user