You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/templates/simple
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>
3 years ago
..
filters [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
messages [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
result_templates [fix] simple-theme templates: polish HTML <img> elements 3 years ago
404.html
about.html
base.html [enh] simple theme: add "simple-style" preferences 3 years ago
categories.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
icons.html [fix] delete trailing whitespace 3 years ago
index.html [simple theme] update to ion icons 5 and drop webfont 3 years ago
infobox.html [fix] simple-theme templates: polish HTML <img> elements 3 years ago
macros.html [fix] simple-theme templates: polish HTML <img> elements 3 years ago
preferences.html [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
results.html Merge pull request #485 from dalf/pref_query_in_title 3 years ago
search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
simple.spec.txt
simple_search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
stats.html [simple theme] update to ion icons 5 and drop webfont 3 years ago