From bfa67b1f8850c26040ad252e7286ed723aeafbb1 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Wed, 17 Feb 2021 22:55:37 +0100 Subject: [PATCH] DocBook: TODO is outdated, table type is checked within docbookRow. --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index e01c55c738..64a4bc4fe0 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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");