DocBook: TODO is outdated, table type is checked within docbookRow.

This commit is contained in:
Thibaut Cuvelier 2021-02-17 22:55:37 +01:00
parent d39d6e92ed
commit bfa67b1f88

View File

@ -3745,7 +3745,7 @@ void Tabular::docbook(XMLStream & xs, OutputParams const & runparams) const
if (((havefirsthead && row_info[r].endfirsthead) ||
(havehead && row_info[r].endhead)) &&
!row_info[r].caption) {
docbookRow(xs, r, runparams, true); // TODO: HTML vs CALS
docbookRow(xs, r, runparams, true);
}
}
xs << xml::EndTag("thead");