[
https://issues.apache.org/jira/browse/WOOKIE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222848#comment-14222848
]
Scott Wilson commented on WOOKIE-431:
-------------------------------------
Great, I've gone ahead and updated it in the 1.0.x branch and 2.0.x trunk
> Structure of HTML tags gets changed by Wookie
> ---------------------------------------------
>
> Key: WOOKIE-431
> URL: https://issues.apache.org/jira/browse/WOOKIE-431
> Project: Wookie
> Issue Type: Bug
> Components: Parser, Sample Widgets
> Affects Versions: 1.0.0
> Environment: Tomcat 7, Windows 7, HTML5
> Reporter: Jawwad Farooq
>
> Hi,
> The structure of the HTML tags which are defined in index.html, gets changed
> once I deployed the widget in Wookie. I have the structure:
> <a>
> <h4>
> <strong></strong>
> </h4>
> </a>
> But after deploying the widget in Wookie this structure becomes:
> <h4>
> <a>
> <strong></strong>
> </a>
> </h4>
> Please tell how to fix this without changing the HTML code because the
> applied CSS is based on former structure.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)