mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Fix quantity of blank lines after code object.
This commit is contained in:
@@ -74,6 +74,7 @@ def highlight_content(content, query):
|
||||
|
||||
|
||||
class HTMLTextExtractor(HTMLParser):
|
||||
|
||||
def __init__(self):
|
||||
HTMLParser.__init__(self)
|
||||
self.result = []
|
||||
|
||||
Reference in New Issue
Block a user