fix tabulation bug (python is amazing)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19646 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2007-08-19 14:03:51 +00:00
parent e08e5afeea
commit b100b0a4c4

View 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):