summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-10-29 19:27:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-10-29 19:27:02 (GMT)
commit8deca51e0c8cca7873d40d5670edbea36ea38ee3 (patch)
treeacfc070cde40e95164d4dbeb33c0554f55f5066b /src/template.cpp
parent88885c2fa885978cf958bebb6d312e1e0854a864 (diff)
downloadDoxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.zip
Doxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.tar.gz
Doxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.tar.bz2
Changed refiltering to forced use of insideTabbing
Diffstat (limited to 'src/template.cpp')
-rw-r--r--src/template.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template.cpp b/src/template.cpp
index 3e39d3c..b1435ce 100644
--- a/src/template.cpp
+++ b/src/template.cpp
@@ -698,7 +698,7 @@ class FilterTexLabel
{
if (v.isValid() && (v.type()==TemplateVariant::String))
{
- return TemplateVariant(latexEscapeLabelName(v.toString(),FALSE),TRUE);
+ return TemplateVariant(latexEscapeLabelName(v.toString()),TRUE);
}
else
{
@@ -717,7 +717,7 @@ class FilterTexIndex
{
if (v.isValid() && (v.type()==TemplateVariant::String))
{
- return TemplateVariant(latexEscapeIndexChars(v.toString(),FALSE),TRUE);
+ return TemplateVariant(latexEscapeIndexChars(v.toString()),TRUE);
}
else
{