]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_216.py
add bibtopic support (bug 870).
[lyx.git] / lib / lyx2lyx / lyxconvert_216.py
index aff343beb52827f099fc6a9c858ed808c3499865..1b0a6c75d99eff846d6e950f33c9a4286b3b91e8 100644 (file)
@@ -1,4 +1,5 @@
 # This file is part of lyx2lyx
+# -*- coding: iso-8859-1 -*-
 # Copyright (C) 2002 José Matos <jamatos@lyx.org>
 #
 # This program is free software; you can redistribute it and/or
@@ -154,6 +155,7 @@ def update_tabular(lines):
                         while cell_info[m][4] == '1':
                             m = m + columns
                             l = l + 1
+                            if l >= rows: break
                             paragraph = paragraph + cell_content[l][k]
                     else:
                         paragraph = cell_content[j][k]