Skip to content

Commit

Permalink
Not showing external project in HTML hierarchy class pages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
albert-github committed Jul 24, 2018
1 parent 3c3813a commit 12aeab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ftvhelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void FTVHelp::generateLink(FTextStream &t,FTVNode *n)
}
else
{
t << ">";
t << "\">";
}
t << convertToHtml(n->name);
t << "</a>";
Expand Down

0 comments on commit 12aeab9

Please sign in to comment.