mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix colored font in chat.
Colored styles were replaced by emoticons.
This commit is contained in:
parent
f5c2aa31e3
commit
162b5fa2eb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user