]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_217.py
Modify the InsetBox format to always start 'Box'.
[lyx.git] / lib / lyx2lyx / lyxconvert_217.py
index b55bd7d0ae3d5cb45b6cae05e7b39f3e3b0c8d22..2d2ec07400978271f888f6949aabcb86558743bb 100644 (file)
@@ -63,7 +63,7 @@ def table_update(lines):
     if res:
         val = res.groups()
         lines[1] = '<features rotate="%s" islongtable="%s" endhead="%s" endfirsthead="%s" endfoot="%s" endlastfoot="%s">' % (bool_table(val[0]), bool_table(val[1]), val[2], val[3], val[4], val[5])
-        
+
     if lines[2]=="":
         del lines[2]
     i = 2
@@ -81,7 +81,7 @@ def table_update(lines):
             col_info.append(lines[i])
             del lines[i]
             continue
-        
+
         if lines[i] == '</column>' or lines[i] == '<column>':
             del lines[i]
             continue