Vipul 8bea927bb0 [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
2019-12-24 15:11:48 +05:30
..
2019-11-23 19:27:49 -07:00
2019-10-14 14:18:02 +02:00
2019-11-15 09:33:15 +01:00
2019-10-16 15:52:48 +02:00
2017-11-01 17:02:38 +01:00
2019-11-15 09:33:15 +01:00
2019-01-06 21:59:59 +01:00
2019-12-21 22:47:08 -06:00