From 74ca542a0282e269c991cc75511ccc76a7c8901c Mon Sep 17 00:00:00 2001 From: rhapsodhy Date: Sat, 11 Jan 2014 03:31:54 +0000 Subject: [enh] set up special css classes for highlighting results + highlight definitions with dark grey border --- searx/templates/result_templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/result_templates/default.html') diff --git a/searx/templates/result_templates/default.html b/searx/templates/result_templates/default.html index 27cf57528..48c0775ae 100644 --- a/searx/templates/result_templates/default.html +++ b/searx/templates/result_templates/default.html @@ -1,4 +1,4 @@ -
+

{{ result.title|safe }}

{% if result.content %}{{ result.content|safe }}
{% endif %}

{{ result.pretty_url }}

-- cgit v1.2.3