]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
* Painter.h:
[lyx.git] / src / tabular.C
index f5650493fd3de1394667da3a51e6f88ca033609a..bb185489b9061316eee9fae285bd4f5c82a06dcd 100644 (file)
@@ -2158,8 +2158,7 @@ int LyXTabular::TeXRow(odocstream & os, row_type i, Buffer const & buf,
 
                ret += TeXCellPostamble(os, cell);
                if (!isLastCellInRow(cell)) { // not last cell in row
-                       os << "&\n";
-                       ++ret;
+                       os << " & ";
                }
                ++cell;
        }