mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix the layout2layout script
It was not correctly updated atdab71087
,ad18c194
, and6998e764
.
This commit is contained in:
parent
ad475adfd3
commit
77f9858388
@ -538,6 +538,11 @@ def convert(lines, end_format):
|
||||
i += 1
|
||||
continue
|
||||
|
||||
if 82 <= format <= 84:
|
||||
# nothing to do.
|
||||
i += 1
|
||||
continue
|
||||
|
||||
if format == 81:
|
||||
match = re.compile(b'^(\\s*Header\\s+)("?\\w+"?)', re.IGNORECASE).match(lines[i])
|
||||
if match:
|
||||
|
Loading…
Reference in New Issue
Block a user