GitHub user CedricGatay opened a pull request:
https://github.com/apache/wicket/pull/38
Fix for WICKET-4831
Modified FeedbackPanel as per comments of the issue.
Modified default css files to reflect this changes.
No unit test for this one, I tried playing with TagTester but was unable to
get TagTester for "feedbackul" and other components.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CedricGatay/wicket WICKET-4831
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/38.patch
----
commit bc050195d0bfbb3c5526bb2a0daaeef4d06ea7f9
Author: Cedric Gatay <[email protected]>
Date: 2013-05-02T18:33:38Z
Fix for WICKET-4831
Modified FeedbackPanel as per comments of the issue.
Modified default css files to reflect this changes.
----