lib/lyx2lyx/lyx_1_5.py: replace tab with spaces

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14322 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-07-03 20:09:43 +00:00
parent 22861453fe
commit c267eec1c9

View File

@ -188,7 +188,7 @@ def revert_booktabs(file):
j = find_end_of_inset(file.body, i + 1)
if j == -1:
file.warning("Malformed LyX file: Could not find end of tabular.")
continue
continue
for k in range(i, j):
if re.search('^<features.* booktabs="true".*>$', file.body[k]):
file.warning("Converting 'booktabs' table to normal table.")