mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	|  8bea927bb0 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 | ||
|---|---|---|
| .. | ||
| messages | ||
| result_templates | ||
| 404.html | ||
| about.html | ||
| advanced.html | ||
| base.html | ||
| categories.html | ||
| index.html | ||
| infobox.html | ||
| languages.html | ||
| macros.html | ||
| navbar.html | ||
| preferences.html | ||
| results.html | ||
| search.html | ||
| search_full.html | ||
| stats.html | ||
| time-range.html | ||