summaryrefslogtreecommitdiffstats
path: root/src/htmldocvisitor.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-11 20:22:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-11 20:22:28 (GMT)
commit0e080f486f67008ef427c834f6ab6ebca7578124 (patch)
treed817896b59922824cf9503fee329c26b7fa3cacd /src/htmldocvisitor.cpp
parenta28ff2331d8e228d901cd6f0b038f76e1cee630a (diff)
downloadDoxygen-0e080f486f67008ef427c834f6ab6ebca7578124.zip
Doxygen-0e080f486f67008ef427c834f6ab6ebca7578124.tar.gz
Doxygen-0e080f486f67008ef427c834f6ab6ebca7578124.tar.bz2
Improved handling of percent symbol
Diffstat (limited to 'src/htmldocvisitor.cpp')
-rw-r--r--src/htmldocvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp
index 647007b..f6878b9 100644
--- a/src/htmldocvisitor.cpp
+++ b/src/htmldocvisitor.cpp
@@ -190,7 +190,7 @@ void HtmlDocVisitor::visit(DocSymbol *s)
}
else
{
- err("HTML: non supported HTML-entity found: %s\n",HtmlEntityMapper::instance()->html(s->symbol()));
+ err("HTML: non supported HTML-entity found: %s\n",HtmlEntityMapper::instance()->html(s->symbol(),TRUE));
}
}