Skip to content
Snippets Groups Projects
Commit 14624fff authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Codepasting: Replace " entity.

parent 7d9398b7
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ QString Protocol::textFromHtml(QString data)
data.replace(QLatin1String("&lt;"), QString(QLatin1Char('<')));
data.replace(QLatin1String("&gt;"), QString(QLatin1Char('>')));
data.replace(QLatin1String("&amp;"), QString(QLatin1Char('&')));
data.replace(QLatin1String("&quot;"), QString(QLatin1Char('"')));
return data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment