mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[refactor] <type> element isn't a part of the RSS 2.0 spec [1]
[1] https://cyber.harvard.edu/rss/rss.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
eb59b4604a
commit
5fbea0b62d
3 changed files with 34 additions and 80 deletions
|
@ -731,9 +731,6 @@ def search():
|
|||
response_rss = render(
|
||||
'opensearch_response_rss.xml',
|
||||
results=results,
|
||||
answers=result_container.answers,
|
||||
corrections=result_container.corrections,
|
||||
suggestions=result_container.suggestions,
|
||||
q=request.form['q'],
|
||||
number_of_results=result_container.number_of_results,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue