1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
dubslow 2014-11-18 21:47:52 -06:00 committed by Tux3 / Mlkj / !Lev.uXFMLA
parent ec20eef3e3
commit c270166daa

View File

@ -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>");
}