mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix type answer warning making text bold
This commit is contained in:
parent
ea3b40e400
commit
4bf243d0af
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class CardLayout(QDialog):
|
|||
repl = answerRepl
|
||||
out = re.sub(type_filter, repl, txt, count=1)
|
||||
|
||||
warning = f"<center><b>{tr.card_templates_type_boxes_warning()}</center><b>"
|
||||
warning = f"<center><b>{tr.card_templates_type_boxes_warning()}</b></center>"
|
||||
return re.sub(type_filter, warning, out)
|
||||
|
||||
# Card operations
|
||||
|
|
Loading…
Reference in a new issue