From cd9b494cb5871b2011893f19647e7651fb0382b6 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 10 Jul 2016 21:44:27 +0700 Subject: Fix quantity of blank lines after code object. --- searx/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/utils.py') diff --git a/searx/utils.py b/searx/utils.py index a444cd3cf..219135a4b 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -74,6 +74,7 @@ def highlight_content(content, query): class HTMLTextExtractor(HTMLParser): + def __init__(self): HTMLParser.__init__(self) self.result = [] -- cgit v1.2.3-54-g00ecf