summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-22 12:26:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-22 12:26:08 (GMT)
commit21d9bf2b3988d3a965370e00fb09f43880d3a28d (patch)
treec3c64b7d1269742d5f85a65be360d0ecedb97fd4 /src/index.cpp
parent836af2f9510d10f2dd7d832025f214983387b3c6 (diff)
parenta6083348a13f31728e72c5d99859c0dc8ea35013 (diff)
downloadDoxygen-21d9bf2b3988d3a965370e00fb09f43880d3a28d.zip
Doxygen-21d9bf2b3988d3a965370e00fb09f43880d3a28d.tar.gz
Doxygen-21d9bf2b3988d3a965370e00fb09f43880d3a28d.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index a645051..2fdd0de 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -3102,7 +3102,7 @@ static void writePages(PageDef *pd,FTVHelp *ftv)
if (pd->title().isEmpty())
pageTitle=pd->name();
else
- pageTitle=pd->title();
+ pageTitle=filterTitle(pd->title());
if (ftv)
{