mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
spell
This commit is contained in:
parent
9e31d70669
commit
7ecf2f1e9c
@ -88,7 +88,7 @@ class ConvertToTags:
|
|||||||
def __open_att_func(self, line):
|
def __open_att_func(self, line):
|
||||||
"""
|
"""
|
||||||
Process lines for open tags that have attributes.
|
Process lines for open tags that have attributes.
|
||||||
The important infor is between [17:-1]. Take this info and split it
|
The important info is between [17:-1]. Take this info and split it
|
||||||
with the delimeter '<'. The first token in this group is the element
|
with the delimeter '<'. The first token in this group is the element
|
||||||
name. The rest are attributes, separated fromt their values by '>'. So
|
name. The rest are attributes, separated fromt their values by '>'. So
|
||||||
read each token one at a time, and split them by '>'.
|
read each token one at a time, and split them by '>'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user