diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-02 13:00:28 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-02 13:00:28 +0100 |
| commit | 740594a4b73952ad3f5fa52dd1bb939c73dcc7c2 (patch) | |
| tree | 07966947a2c61b7de99b9c52cd1bd4eebcc85759 /searx/templates/oscar/result_templates/videos.html | |
| parent | b4829891f93515c7d19af2472a855eccd7807c4a (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/videos.html')
| -rw-r--r-- | searx/templates/oscar/result_templates/videos.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 1a9b60717..4d711ea71 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -9,5 +9,7 @@ </div>
</div>
+<div class="clearfix"></div>
+
<span class="label label-default pull-right">{{ result.engine }}</span>
<p class="text-muted">{{ result.pretty_url }}</p>
|