mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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 _
|
from anki.lang import _
|
||||||
|
|
||||||
regexps = ("(?i)(\[sound:([^]]+)\])",
|
regexps = ("(?i)(\[sound:([^]]+)\])",
|
||||||
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?)")
|
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?>)")
|
||||||
|
|
||||||
# Tables
|
# Tables
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue