Skip to content

Commit

Permalink
Bug 754130 - class="current" not applied to <li> for module tab withi…
Browse files Browse the repository at this point in the history
…n 'group__*.html' module html files
  • Loading branch information
Dimitri van Heesch committed Aug 26, 2015
1 parent 23faa44 commit 0e2e891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groupdef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ void GroupDef::writeDocumentation(OutputList &ol)
{
//static bool generateTreeView = Config_getBool("GENERATE_TREEVIEW");
ol.pushGeneratorState();
startFile(ol,getOutputFileBase(),name(),title,HLI_None);
startFile(ol,getOutputFileBase(),name(),title,HLI_Modules);

ol.startHeaderSection();
writeSummaryLinks(ol);
Expand Down

0 comments on commit 0e2e891

Please sign in to comment.