Skip to content

Commit

Permalink
Merge pull request #595 from albert-github/feature/bug_776870
Browse files Browse the repository at this point in the history
Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML
  • Loading branch information
Dimitri van Heesch committed Sep 21, 2017
2 parents dd05f37 + 0e8530e commit 47d679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/htmlgen.cpp
Expand Up @@ -1589,8 +1589,8 @@ void HtmlGenerator::startMemberDoc( const char *clName, const char *memName,
{
DBG_HTML(t << "<!-- startMemberDoc -->" << endl;)
t << "\n<h2 class=\"memtitle\">"
<< "<span class=\"permalink\"><a href=\"#" << anchor << "\">&#9670;&nbsp;</a></span>"
<< title;
<< "<span class=\"permalink\"><a href=\"#" << anchor << "\">&#9670;&nbsp;</a></span>";
docify(title);
if (memTotal>1)
{
t << " <span class=\"overload\">[" << memCount << "/" << memTotal <<"]</span>";
Expand Down

0 comments on commit 47d679b

Please sign in to comment.