diff --git a/src/tools/htmlhighlighter.cpp b/src/tools/htmlhighlighter.cpp index 520da7369..3de545a19 100644 --- a/src/tools/htmlhighlighter.cpp +++ b/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;