Skip to content

Commit 48a3670

Browse files
committed
Remove double <title> tags in docbook output.
1 parent 7cd735a commit 48a3670

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/docbookvisitor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,10 @@ DB_VIS_C
876876
m_t << "<section xml:id=\"_" << stripPath(s.file());
877877
if (!s.anchor().isEmpty()) m_t << "_1" << s.anchor();
878878
m_t << "\">\n";
879-
m_t << "<title>";
880879
if (s.title())
881880
{
882881
std::visit(*this,*s.title());
883882
}
884-
m_t << "</title>\n";
885883
visitChildren(s);
886884
m_t << "</section>\n";
887885
}

0 commit comments

Comments
 (0)