This commit is contained in:
Sengian 2011-01-06 09:01:13 +01:00
parent 9e31d70669
commit 7ecf2f1e9c

View File

@ -88,7 +88,7 @@ class ConvertToTags:
def __open_att_func(self, line):
"""
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
name. The rest are attributes, separated fromt their values by '>'. So
read each token one at a time, and split them by '>'.