formatting
This commit is contained in:
parent
e122534ba4
commit
da3761341e
@ -1114,6 +1114,7 @@ class EditorWebView(AnkiWebView):
|
||||
# use non-breaking spaces for the second one on
|
||||
def repl(match):
|
||||
return match.group(1).replace(" ", " ") + " "
|
||||
|
||||
token = re.sub(" ( +)", repl, token)
|
||||
processed.append(token)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user