[
https://issues.apache.org/jira/browse/SHINDIG-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Winer resolved SHINDIG-1076.
---------------------------------
Resolution: Fixed
Fix Version/s: trunk
Assignee: Adam Winer
Patch didn't compile, but implemented fix along similar lines, and added a test
to verify bug and fix.
> 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
> Assignee: Adam Winer
> Fix For: trunk
>
> 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.