From c267eec1c91bcb7151a37c7355c569cd845f7cc2 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Mon, 3 Jul 2006 20:09:43 +0000 Subject: [PATCH] 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 --- lib/lyx2lyx/lyx_1_5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_1_5.py b/lib/lyx2lyx/lyx_1_5.py index e27dbc5336..78f703a762 100644 --- a/lib/lyx2lyx/lyx_1_5.py +++ b/lib/lyx2lyx/lyx_1_5.py @@ -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('^$', file.body[k]): file.warning("Converting 'booktabs' table to normal table.")