diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-09 08:28:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 08:28:53 +0000 |
| commit | d065b9e4fbd4117e6f1cf565db1fbce6a0f89055 (patch) | |
| tree | 94e982f9b19b07224075d73ced07853eca7e5bc3 /searx/templates/legacy/result_templates/code.html | |
| parent | 434e452d54eb5ebdb363a05bea161291ad922cc1 (diff) | |
| parent | 785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff) | |
Merge branch 'master' into csp-oscar-theme
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 %} |