mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix typo
This commit is contained in:
parent
21259b66b5
commit
ae708fbeb6
@ -1018,7 +1018,7 @@ def revert_cjkquotes(document):
|
||||
if cjk:
|
||||
replace = [u"\u300A"]
|
||||
else:
|
||||
replace = ["\\begin_inset Formula $\\langle\\kern -2.5pt\\langle$$", "\\end_inset"]
|
||||
replace = ["\\begin_inset Formula $\\langle\\kern -2.5pt\\langle$", "\\end_inset"]
|
||||
else:
|
||||
# outer closing mark
|
||||
if cjk:
|
||||
|
Loading…
Reference in New Issue
Block a user