mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
typo in bold fix
This commit is contained in:
parent
d1434a0430
commit
f5a931bb07
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ def mungeQA(deck, txt):
|
||||||
txt = renderLatex(deck, txt)
|
txt = renderLatex(deck, txt)
|
||||||
txt = stripSounds(txt)
|
txt = stripSounds(txt)
|
||||||
# osx webkit doesn't understand font weight 600
|
# osx webkit doesn't understand font weight 600
|
||||||
txt = re.sub("font-weight:.+?;", "font-weight: bold", txt)
|
txt = re.sub("font-weight:.+?;", "font-weight: bold;", txt)
|
||||||
return txt
|
return txt
|
||||||
|
|
||||||
def applyStyles(widget):
|
def applyStyles(widget):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue