You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Márton Salomváry (JIRA)" <ji...@apache.org> on 2009/06/04 10:10:07 UTC

[jira] Updated: (SHINDIG-1076) SocialMarkupHtmlParser breaks the document order of comments

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

Márton Salomváry updated SHINDIG-1076:
--------------------------------------

    Attachment: socialmarkuphtmlparser.patch

Patch attached.

> SocialMarkupHtmlParser breaks the document order of comments
> ------------------------------------------------------------
>
>                 Key: SHINDIG-1076
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1076
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Márton Salomváry
>         Attachments: socialmarkuphtmlparser.patch
>
>
> Example:
> gadget xml:
> <!-- foo-->
> bar
> <!--baz-->
> rendered html:
> <!--foo--><!--baz-->
> bar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.