Fixed missing double quote

This commit is contained in:
Fabio Manganiello 2021-01-26 02:02:11 +01:00
parent 8975ae8e09
commit c2c609f205
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def rss_route():
pages = get_pages(with_content=True, skip_header=True)
return Response('''<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Platypush blog feeds</title>
<link>http://blog.platypush.tech</link>