* lib/lyx2lyx/lyx_1_5.py: correct indendation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15349 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2006-10-16 11:41:57 +00:00
parent 80080dcfae
commit c0a61f6c18

View File

@ -244,7 +244,7 @@ def revert_cs_label(document):
while 1:
if (document.body[i][:10] == "show_label"):
del document.body[i]
break
break
elif (document.body[i][:13] == "\\begin_layout"):
document.warning("Malformed LyX document: Missing 'show_label'.")
break