diff --git a/src/tex2lyx/table.C b/src/tex2lyx/table.C index c39e6584d9..1159e5083e 100644 --- a/src/tex2lyx/table.C +++ b/src/tex2lyx/table.C @@ -241,8 +241,8 @@ void parse_table(Parser & p, ostream & os, unsigned flags) os << TAB; } - //else if (t.cs() == "tabularnewline" || t.cs() == "\\") { - else if (t.cs() == "tabularnewline") { + else if (t.cs() == "tabularnewline" || t.cs() == "\\") { + //else if (t.cs() == "tabularnewline") { // stuff before the line break // and look ahead for stuff after the line break os << HLINE << hlines << HLINE << LINE << read_hlines(p) << HLINE;