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 show engine errors when no result is returned at all 7 years ago
result_templates theme: oscar - tidy up trailing whitespaces and tab usage 5 years ago
404.html [enh] py3 compatibility 7 years ago
about.html [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. 8 years ago
advanced.html [mod] tidy oscar HTML output 5 years ago
base.html [mod] tidy oscar HTML output 5 years ago
categories.html [mod] tidy oscar HTML output 5 years ago
index.html [fix] logo responsivity ++ preferences button hover 8 years ago
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 [mod] tidy oscar HTML output 5 years ago
navbar.html [mod] tidy oscar HTML output 5 years ago
preferences.html theme: oscar - tidy up trailing whitespaces and tab usage 5 years ago
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 oscar template: update messages 10 years ago
time-range.html theme: oscar - add accesskey to input tags 5 years ago