mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
Fix colored font in chat.
Colored styles were replaced by emoticons.
This commit is contained in:
parent
f5c2aa31e3
commit
162b5fa2eb
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue