You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Scott Wilson (JIRA)" <ji...@apache.org> on 2014/11/24 11:12:13 UTC

[jira] [Assigned] (WOOKIE-431) Structure of HTML tags gets changed by Wookie

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

Scott Wilson reassigned WOOKIE-431:
-----------------------------------

    Assignee: Scott Wilson

> 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
>            Assignee: Scott Wilson
>
> 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)