summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/result_templates/default.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-02 13:00:28 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-02 13:00:28 +0100
commit740594a4b73952ad3f5fa52dd1bb939c73dcc7c2 (patch)
tree07966947a2c61b7de99b9c52cd1bd4eebcc85759 /searx/templates/oscar/result_templates/default.html
parentb4829891f93515c7d19af2472a855eccd7807c4a (diff)
[enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
Diffstat (limited to 'searx/templates/oscar/result_templates/default.html')
-rw-r--r--searx/templates/oscar/result_templates/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/templates/oscar/result_templates/default.html b/searx/templates/oscar/result_templates/default.html
index 3b0963816..018a29e0e 100644
--- a/searx/templates/oscar/result_templates/default.html
+++ b/searx/templates/oscar/result_templates/default.html
@@ -4,5 +4,7 @@
{% if result.content %}<p>{{ result.content|safe }}</p>{% endif %}
+<div class="clearfix"></div>
+
<span class="label label-default pull-right">{{ result.engine }}</span>
<p class="text-muted">{{ result.pretty_url }}</p>