mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Added xmlns attribute support to html highlighter
This commit is contained in:
parent
c5cfd0b558
commit
168c7a84b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user