Fixed missing double quote
This commit is contained in:
parent
8975ae8e09
commit
c2c609f205
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def rss_route():
|
||||||
pages = get_pages(with_content=True, skip_header=True)
|
pages = get_pages(with_content=True, skip_header=True)
|
||||||
|
|
||||||
return Response('''<?xml version="1.0" encoding="UTF-8" ?>
|
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>
|
<channel>
|
||||||
<title>Platypush blog feeds</title>
|
<title>Platypush blog feeds</title>
|
||||||
<link>http://blog.platypush.tech</link>
|
<link>http://blog.platypush.tech</link>
|
||||||
|
|
Loading…
Reference in a new issue