Adds author tag to xml feed.
This commit is contained in:
parent
2652be8944
commit
be6ab0cb4e
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@
|
|||
<link rel="alternate" type="text/html"
|
||||
href="${c.req.makeUri(url)}"/>
|
||||
<updated>${%threadDate}</updated>
|
||||
<author><name>${XMLEncode(%postAuthor)}</name></author>
|
||||
<content type="text"
|
||||
>Posts ${%postCount}, ${XMLEncode(%postAuthor)} said: ${XMLEncode(%postContent)}</content>
|
||||
</entry>
|
||||
|
|
@ -167,6 +168,7 @@
|
|||
<link rel="alternate" type="text/html"
|
||||
href="${c.req.makeUri(url)}"/>
|
||||
<updated>${%postRssDate}</updated>
|
||||
<author><name>${XMLEncode(%postAuthor)}</name></author>
|
||||
<content type="text"
|
||||
>On ${XMLEncode(%postHumanDate)}, ${XMLEncode(%postAuthor)} said:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue