summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-07-24 12:25:08 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-07-24 12:25:08 (GMT)
commit12aeab904791c514325d8ef0e230c13893b0b41a (patch)
tree50d87a506704e91e6d0ccc744f9ab650e17ca8ba /src
parent3c3813a5463814d066f77550dd0fbd651e34e4fe (diff)
downloadDoxygen-12aeab904791c514325d8ef0e230c13893b0b41a.zip
Doxygen-12aeab904791c514325d8ef0e230c13893b0b41a.tar.gz
Doxygen-12aeab904791c514325d8ef0e230c13893b0b41a.tar.bz2
Not showing external project in HTML hierarchy class pages
The reference to to the external project was not closed properly. The problem in the HTML code was discovered when looking at the example of issue #3791. On the 'hierarchy' page the reference to the external project didn't appear.
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>";