mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add missing trailing > to img regexp
This commit is contained in:
parent
907fa5c80e
commit
2a629a179d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from anki.utils import checksum, genID
|
|||
from anki.lang import _
|
||||
|
||||
regexps = ("(?i)(\[sound:([^]]+)\])",
|
||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?)")
|
||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?>)")
|
||||
|
||||
# Tables
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue