mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
Fix quantity of blank lines after code object.
This commit is contained in:
parent
678b87f9d5
commit
cd9b494cb5
8 changed files with 9 additions and 1 deletions
|
@ -74,6 +74,7 @@ def highlight_content(content, query):
|
|||
|
||||
|
||||
class HTMLTextExtractor(HTMLParser):
|
||||
|
||||
def __init__(self):
|
||||
HTMLParser.__init__(self)
|
||||
self.result = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue