mirror of
https://github.com/flancian/garden.git
synced 2026-08-11 17:21:44 +00:00
Fix template rendering for search.xml
This commit is contained in:
+1
-1
@@ -316,6 +316,6 @@ def settings():
|
||||
|
||||
@bp.route('/search.xml')
|
||||
def search_xml():
|
||||
return render_template('search.xml', 200, {'Content-Type': 'application/opensearchdescription+xml'})
|
||||
return render_template('search.xml'), 200, {'Content-Type': 'application/opensearchdescription+xml'}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user