spec fix
parent
69834e8204
commit
af01505265
|
@ -156,7 +156,9 @@ class SearcherABC:
|
||||||
('>', '>'),
|
('>', '>'),
|
||||||
('"', '"'),
|
('"', '"'),
|
||||||
("'", '''),
|
("'", '''),
|
||||||
("&", '&'),)
|
("&", '&'),
|
||||||
|
("'", '''),
|
||||||
|
("&", '&'),)
|
||||||
|
|
||||||
stripPairs = (
|
stripPairs = (
|
||||||
('<p>', '\n'),
|
('<p>', '\n'),
|
||||||
|
|
Loading…
Reference in New Issue