diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-09 10:20:20 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-09 10:20:20 +0200 |
| commit | 28181ba34f1c06853622103a075c516064045424 (patch) | |
| tree | 89f99aedd62c7740af161211e944c0bee9753427 /searx/templates/legacy/result_templates/code.html | |
| parent | 1fc0e9ddc59ab5217a08c36561791fbf0b96190a (diff) | |
| parent | 785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'searx/templates/legacy/result_templates/code.html')
| -rw-r--r-- | searx/templates/legacy/result_templates/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/legacy/result_templates/code.html b/searx/templates/legacy/result_templates/code.html index fee6c8221..ea89563ef 100644 --- a/searx/templates/legacy/result_templates/code.html +++ b/searx/templates/legacy/result_templates/code.html @@ -1,4 +1,4 @@ -<div class="result {{ result.class }}"> +<div class="result {{ result.class }}{% for e in result.engines %} {{ e }}{% endfor %}"> <h3 class="result_title"><a href="{{ result.url }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}>{{ result.title|safe }}</a></h3> <p class="url">{{ result.pretty_url }}‎ <a class="cache_link" href="https://web.archive.org/web/{{ result.url }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}>{{ _('cached') }}</a></p> {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %} |