Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.6
-
None
-
Patch
Description
When I first began to use Struts 2, I looked at the resulting HTML output and thought I had done something wrong since a simple <@s.a href="...">foo</@s.a> sequence would display similar to:
<a
href="/struts2-showcase/skill/list.action"
>
List available Skills</a>
This patch makes the anchor tag much tighter so a link will render as:
<a href="/struts2-showcase/skill/list.action">List available Skills</a>
Attachments
Attachments
Issue Links
- is duplicated by
-
WW-1893 Rendered HTML contains line breaks inside tags
- Closed