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
Priority: Trivial
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.
|