mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 21:27:14 -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 = stripSounds(txt)
|
||||
# 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
|
||||
|
||||
def applyStyles(widget):
|
||||
|
|
|
|||
Loading…
Reference in a new issue