]> git.lyx.org Git - features.git/commitdiff
Actually do the layout update
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 05:35:33 +0000 (00:35 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 05:35:33 +0000 (00:35 -0500)
lib/scripts/layout2layout.py

index f7fe8376f14b981d43bb9292720587c583bc5bef..144cb350fd0373cd9a6421713f345bf921d77076 100644 (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