mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Typo
(cherry picked from commit 75c8e5c0007db20ff7e803571d7227e6b11a33d0)
This commit is contained in:
parent
9cd9712cf0
commit
b286511b75
@ -468,7 +468,7 @@ def revert_font_attrs(lines, name, LaTeXname):
|
|||||||
i = 0
|
i = 0
|
||||||
while True:
|
while True:
|
||||||
i = find_token(lines, name, i)
|
i = find_token(lines, name, i)
|
||||||
if i = -1:
|
if i == -1:
|
||||||
break
|
break
|
||||||
del lines[i]
|
del lines[i]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user