mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* correct bug reference.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d78bc34d3b
commit
c608834725
@ -2259,7 +2259,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…
x
Reference in New Issue
Block a user