mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
* 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:
parent
80080dcfae
commit
c0a61f6c18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user