mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05: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();
|
QDomElement element = node.toElement();
|
||||||
if(element.tagName().toLower() == "head") {
|
if(element.tagName().toLower() == "head") {
|
||||||
// skip it
|
// skip it
|
||||||
|
} else if(element.tagName().toLower() == "style") {
|
||||||
|
// skip it
|
||||||
} else if (element.tagName().toLower() == "a") {
|
} else if (element.tagName().toLower() == "a") {
|
||||||
// skip it
|
// skip it
|
||||||
if (embedInfos.myType == Ahref) {
|
if (embedInfos.myType == Ahref) {
|
||||||
|
Loading…
Reference in New Issue
Block a user