Merge pull request #222 from PhenomRetroShare/Fix_ColoredFontInChat

Fix colored font in chat.
This commit is contained in:
defnax 2015-12-26 16:14:28 +01:00
commit 3ea2e0f450

View File

@ -239,6 +239,8 @@ void RsHtml::embedHtml(QTextDocument *textDocument, QDomDocument& doc, QDomEleme
QDomElement element = node.toElement();
if(element.tagName().toLower() == "head") {
// skip it
} else if(element.tagName().toLower() == "style") {
// skip it
} else if (element.tagName().toLower() == "a") {
// skip it
if (embedInfos.myType == Ahref) {