Jawwad Farooq created WOOKIE-431:
------------------------------------
Summary: 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)