1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-16 06:10:12 +02:00
searxng/searx/templates
Markus Heiser 8fbffb1409 [fix] simple-theme templates: polish HTML <img> elements
- <img> [1] element does not have an end tag, no need for a leading `/>`
- add global attribute title[2] to result_templates/images.html (result-images-source)
- in jinja macro 'macro result_header' remove duplicate of class="image"
- in jinja macro 'macro result_header' remove alt attribute (fix [3])::

    alt="{{ result.title|striptags }}"

  the result.title is already shown in::

    <h3>{{ result_link(result.url, result.title|safe) }}</h3>

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title
[3] https://github.com/searxng/searxng/issues/523

Closes: https://github.com/searxng/searxng/issues/523
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-25 12:07:57 +01:00
..
__common__ [build] /static 2021-11-15 14:54:32 +01:00
oscar [fix] templates: remove unneeded escape \' of single quotation mark 2021-11-24 17:40:03 +01:00
simple [fix] simple-theme templates: polish HTML <img> elements 2021-11-25 12:07:57 +01:00