diff --git a/src/tabular.C b/src/tabular.C index ecef0d9a61..6f3375fef7 100644 --- a/src/tabular.C +++ b/src/tabular.C @@ -2371,9 +2371,8 @@ int LyXTabular::asciiPrintCell(Buffer const * buf, ostream & os, break; } - os << string(len1, ' ') - << sstr.str() - << string(len2, ' '); + os << string(len1, ' ') << sstr.str() << string(len2, ' '); + if (RightLine(cell)) os << " |"; else