You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2013/01/05 21:50:12 UTC

[jira] [Closed] (ROL-1550) Atom Feed macro duplicates comments

     [ https://issues.apache.org/jira/browse/ROL-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed ROL-1550.
---------------------------

    
> Atom Feed macro duplicates comments
> -----------------------------------
>
>                 Key: ROL-1550
>                 URL: https://issues.apache.org/jira/browse/ROL-1550
>             Project: Roller
>          Issue Type: Bug
>          Components: Macros
>    Affects Versions: 3.1
>            Reporter: Adam Gent
>            Assignee: David Johnson
>            Priority: Trivial
>             Fix For: 3.1.1
>
>
> The velocity feed file "feeds.vm" has the showCommentsAtom10 macro.
> That macro prints the comments out twice.
> Near the end of the showCommentsAtom10 macro you have:
> {code}
>         <content type="html">${content} $comment.content</content>
> {code}
> this should be
> {code}
>         <content type="html">${content}</content>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira