diff --git a/searx/__init__.py b/searx/__init__.py index f33a3225..91d85647 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -1,7 +1,7 @@ base_result_template = """
-

+

{title}

{content}
{url}

"""