You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/01/05 12:05:54 UTC

[jira] Resolved: (CLK-602) wrong HTML tag in ErrorReport

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

Bob Schellink resolved CLK-602.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Bob Schellink

Thanks WarnerJan, fix checked in.

> wrong HTML tag in ErrorReport
> -----------------------------
>
>                 Key: CLK-602
>                 URL: https://issues.apache.org/jira/browse/CLK-602
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0
>            Reporter: WarnerJan Veldhuis
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> The method org.apache.click.util.ErrorReport.writeMap(Map, HtmlStringBuffer) uses the wrong br-tag, making the browser ignore line breaks, and dumping the request and session attributes on one line. 
> Solution: on line 653 change </br> into <br/> :)

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