pull/1/head
DiMartinoXBMC 2015-07-27 21:02:50 +03:00
parent 69834e8204
commit af01505265
1 changed files with 3 additions and 1 deletions

View File

@ -156,7 +156,9 @@ class SearcherABC:
('>', '>'),
('"', '"'),
("'", '''),
("&", '&'),)
("&", '&'),
("'", '''),
("&", '&'),)
stripPairs = (
('<p>', '\n'),