mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
DocBook: TODO is outdated, table type is checked within docbookRow.
This commit is contained in:
parent
d39d6e92ed
commit
bfa67b1f88
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user