1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-04 08:37:52 +00:00

Actually do the layout update

This commit is contained in:
Richard Kimberly Heck 2022-12-04 00:35:33 -05:00
parent 9d2ea6185b
commit 75b111aca7

View File

@ -575,7 +575,7 @@ def convert(lines, end_format):
i += 1
continue
if 87 <= format <= 95:
if 87 <= format <= 96:
# nothing to do.
i += 1
continue