1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Added xmlns attribute support to html highlighter

This commit is contained in:
nowrep 2011-03-31 13:46:20 +02:00
parent c5cfd0b558
commit 168c7a84b5

View File

@ -109,7 +109,7 @@
<< "wmode=\"" << "classid=\"" << "border=\""
<< "cellspacing=\"" << "cellpadding=\"" << "clear=\""
<< "for=\"" << "tabindex=\"" << "selected=\""
<< "href=\"" << "title=\"";
<< "href=\"" << "title=\"" << "xmlns=\"";
foreach (const QString &pattern, optionsPatterns) {
rule.pattern = QRegExp(pattern);
rule.format = tagOptionsFormat;