summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-24 13:24:26 (GMT)
committerGitHub <noreply@github.com>2018-07-24 13:24:26 (GMT)
commitf22ccc291e19562d6f826fb890f7163341a8cc8e (patch)
tree61d153e31547b8f111ec1731aff238ba9192facf /src
parent4b0c10984bad44a47ea48c04e19799246ef8ba5a (diff)
parent12aeab904791c514325d8ef0e230c13893b0b41a (diff)
downloadDoxygen-f22ccc291e19562d6f826fb890f7163341a8cc8e.zip
Doxygen-f22ccc291e19562d6f826fb890f7163341a8cc8e.tar.gz
Doxygen-f22ccc291e19562d6f826fb890f7163341a8cc8e.tar.bz2
Merge pull request #6406 from albert-github/feature/bug_tagfile_reference_html
Not showing external project in HTML hierarchy class pages
Diffstat (limited to 'src')
-rw-r--r--src/ftvhelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp
index d71c48f..cee39f2 100644
--- a/src/ftvhelp.cpp
+++ b/src/ftvhelp.cpp
@@ -304,7 +304,7 @@ void FTVHelp::generateLink(FTextStream &t,FTVNode *n)
}
else
{
- t << ">";
+ t << "\">";
}
t << convertToHtml(n->name);
t << "</a>";