You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:38:59 UTC

[jira] Closed: (TAP5-473) t:outputRaw renders improperly when wrapped in a p tag

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

Howard M. Lewis Ship closed TAP5-473.
-------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Howard M. Lewis Ship

Please provide a test case and reopen.

> t:outputRaw renders improperly when wrapped in a p tag
> ------------------------------------------------------
>
>                 Key: TAP5-473
>                 URL: https://issues.apache.org/jira/browse/TAP5-473
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.1.0.0, 5.0.18
>         Environment: Tapestry 5.0.18
>            Reporter: David Rees
>            Assignee: Howard M. Lewis Ship
>
> If you have this in a .tml file:
> <p><t:outputRaw value="${foo}"/></p>
> And foo is "Hello world!" this gets rendered like:
> <p></p>Hello world!
> When it should get rendered like
> <p>Hello world!</p>
> Replacing the <p> tag with a <div> works as expected.

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