Replaced application/rss+xml content-type for the feeds with application/xml (for browser compatibility)
This commit is contained in:
parent
0824115bf2
commit
0600912916
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def rss_route():
|
||||||
)
|
)
|
||||||
for _, page in pages
|
for _, page in pages
|
||||||
]),
|
]),
|
||||||
), mimetype='application/rss+xml')
|
), mimetype='application/xml')
|
||||||
|
|
||||||
|
|
||||||
# vim:sw=4:ts=4:et:
|
# vim:sw=4:ts=4:et:
|
||||||
|
|
Loading…
Reference in a new issue