Skip to content

Commit

Permalink
Inconsistency in usage of simplesecr versus simplesectsep corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github committed Apr 19, 2014
1 parent 1b5d5e5 commit c5bedcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docbookvisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void DocbookDocVisitor::visit(DocIndexEntry *ie)

void DocbookDocVisitor::visit(DocSimpleSectSep *)
{
m_t << "<simplesect/>";
m_t << "<simplesectsep/>";
}

void DocbookDocVisitor::visit(DocCite *cite)
Expand Down

0 comments on commit c5bedcd

Please sign in to comment.