add missing trailing > to img regexp

This commit is contained in:
Damien Elmes 2010-12-16 01:12:45 +09:00
parent 907fa5c80e
commit 2a629a179d

View file

@ -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
########################################################################## ##########################################################################