summaryrefslogtreecommitdiff
path: root/searx/templates/result_templates/default.html
diff options
context:
space:
mode:
authorrhapsodhy <me@rhapsodhy.hu>2014-01-11 03:31:54 +0000
committerrhapsodhy <me@rhapsodhy.hu>2014-01-11 03:31:54 +0000
commit74ca542a0282e269c991cc75511ccc76a7c8901c (patch)
treefabe29de909c74b8f90a24339b5be01f30b48f5e /searx/templates/result_templates/default.html
parent04c408389d3d1a97a6a4b59502490372d67357cf (diff)
[enh] set up special css classes for highlighting results + highlight definitions with dark grey border
Diffstat (limited to 'searx/templates/result_templates/default.html')
-rw-r--r--searx/templates/result_templates/default.html2
1 files changed, 1 insertions, 1 deletions
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 @@
-<div class="result">
+<div class="result {{ result.class }}">
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
<p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p>
<p class="url">{{ result.pretty_url }}</p>