Added xmlns attribute support to html highlighter

remotes/origin/falkon
nowrep 15 years ago
parent c5cfd0b558
commit 168c7a84b5
  1. 2
      src/tools/htmlhighlighter.cpp

@ -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…
Cancel
Save