From: Alfredo Braunstein Date: Sun, 19 Aug 2007 14:03:51 +0000 (+0000) Subject: fix tabulation bug (python is amazing) X-Git-Tag: 1.6.10~8803 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b100b0a4c4af53e13252097dde2f70ae7b8a583e;p=lyx.git fix tabulation bug (python is amazing) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19646 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index ebfdad2938..9541e4cfe6 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -124,7 +124,7 @@ def axe_show_label(document): else: document.warning("Malformed LyX document: show_label missing in CharStyle.") - i += 1 + i += 1 def revert_show_label(document):