Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.6
-
None
-
Any
-
Patch
Description
See the showcase demo application on Struts 2.06. Try the token example and notice that in the result page that has the link "Click here to return" that the last dot is having a space on the webpage. This is because the browser will render the space since there is a newline after the </a> tag.
I have fixed this in the supplied patch and also added some more unit tests.