mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fix bad convertion of 2.15 tables (bug 1045)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7123 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
28806dbeaa
commit
26e1077797
@ -1,3 +1,7 @@
|
|||||||
|
2003-06-06 José Matos <jamatos@fep.up.pt>
|
||||||
|
|
||||||
|
* lyx2lyx/lyxconvert_216 (update_tabular): fix bug 1045.
|
||||||
|
|
||||||
2003-06-06 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2003-06-06 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* languages: Add country code to the lang code.
|
* languages: Add country code to the lang code.
|
||||||
|
@ -111,7 +111,7 @@ def update_tabular(lines):
|
|||||||
del lines[i]
|
del lines[i]
|
||||||
end = end -1
|
end = end -1
|
||||||
|
|
||||||
if lines[i] == '\\newline ':
|
if string.find(lines[i],'\\newline') != -1:
|
||||||
del lines[i]
|
del lines[i]
|
||||||
l = l + 1
|
l = l + 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user