atom namespace is required for self link, which is recommended always
This commit is contained in:
parent
a17df14798
commit
be89f673ae
@ -38,7 +38,8 @@ template arg =
|
|||||||
#else
|
#else
|
||||||
[$xhamlet|
|
[$xhamlet|
|
||||||
#endif
|
#endif
|
||||||
%rss!version="2.0"
|
\<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
%rss!version="2.0"!xmlns:atom="http://www.w3.org/2005/Atom"
|
||||||
|
|
||||||
%channel
|
%channel
|
||||||
%atom:link!href=@feedLinkSelf.arg@!rel="self"!type=$typeRss$
|
%atom:link!href=@feedLinkSelf.arg@!rel="self"!type=$typeRss$
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user