mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix #811
This commit is contained in:
parent
ec20eef3e3
commit
c270166daa
|
@ -25,5 +25,5 @@ SystemMessageAction::SystemMessageAction(const QString &message, const QString &
|
|||
|
||||
QString SystemMessageAction::getMessage()
|
||||
{
|
||||
return QString("<table width=100%><tr><td align=center><div class=" + type + ">" + message + "</td><tr></div></table>");
|
||||
return QString("<table width=100%><tr><td align=center><div class=" + type + ">" + toHtmlChars(message) + "</td><tr></div></table>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user