mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* correct bug reference.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4dfca52307
commit
d3a17d2d5e
@ -2310,7 +2310,7 @@ int Tabular::TeXRow(odocstream & os, row_type i,
|
||||
if (row_info[i].caption && !endfirsthead.empty && !haveLTFirstHead())
|
||||
// if no first header and no empty first header is used,
|
||||
// the caption needs to be terminated by \endfirsthead
|
||||
// (bug 6056)
|
||||
// (bug 6057)
|
||||
os << "\\endfirsthead";
|
||||
else
|
||||
os << "\\tabularnewline";
|
||||
|
Loading…
Reference in New Issue
Block a user