[LyX/master] Actually do the layout update
Richard Kimberly Heck
rikiheck at lyx.org
Sun Dec 4 04:40:05 UTC 2022
commit 75b111aca7a8422dfe935a5168bff17d8caa1a2d
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Sun Dec 4 00:35:33 2022 -0500
Actually do the layout update
---
lib/scripts/layout2layout.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py
index f7fe837..144cb35 100644
--- a/lib/scripts/layout2layout.py
+++ b/lib/scripts/layout2layout.py
@@ -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
More information about the lyx-cvs
mailing list