diff --git a/SearcherABC.py b/SearcherABC.py index 73c8d03..636e56d 100644 --- a/SearcherABC.py +++ b/SearcherABC.py @@ -156,7 +156,9 @@ class SearcherABC: ('>', '>'), ('"', '"'), ("'", '''), - ("&", '&'),) + ("&", '&'), + ("'", '''), + ("&", '&'),) stripPairs = ( ('
', '\n'),