mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:52:31 +02:00
...
This commit is contained in:
parent
770c57064c
commit
62db82267f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
TagEnd = namedtuple('TagEnd', 'offset self_closing is_start')
|
||||
Attr = namedtuple('Attr', 'offset type data')
|
||||
|
||||
LINK_ATTRS = {'href', 'src', 'poster', 'xlink:href'}
|
||||
LINK_ATTRS = frozenset(('href', 'src', 'poster', 'xlink:href'))
|
||||
|
||||
do_spell_check = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue