]> git.lyx.org Git - lyx.git/commitdiff
fix tabulation bug (python is amazing)
authorAlfredo Braunstein <abraunst@lyx.org>
Sun, 19 Aug 2007 14:03:51 +0000 (14:03 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Sun, 19 Aug 2007 14:03:51 +0000 (14:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19646 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index ebfdad2938509c195cf072e7982531aa3b808a2b..9541e4cfe6bfd3ad60a48386128e91b6f8ad7bd1 100644 (file)
@@ -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):