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/oscar
Vipul 6a5aae6530
[Fix] oscar: no HTML escaping prior to output
When results are fetched from any programming related documentation site
(like git-scm.com, docs.python.org etc), content in Info box is shown as
raw HTML code.

This change addresses the issue by using "safe" filter feature provided by
Django. See,
  - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe
  - Searx issue tracker (issue #1649), for more information.

Resolves: #1649
5 years ago
..
messages
result_templates
404.html
about.html
advanced.html
base.html
categories.html
index.html
infobox.html [Fix] oscar: no HTML escaping prior to output 5 years ago
languages.html theme: oscar - add accesskey to input tags 5 years ago
macros.html
navbar.html
preferences.html
results.html [Fix] oscar: move info box at top of the page 5 years ago
search.html theme: oscar - add accesskey to input tags 5 years ago
search_full.html theme: oscar - add accesskey to input tags 5 years ago
stats.html
time-range.html theme: oscar - add accesskey to input tags 5 years ago