You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Patrice DUROUX (Jira)" <ji...@apache.org> on 2022/11/04 14:00:00 UTC

[jira] [Created] (WW-5257) output is followed by a newline in simple theme (diff to Struts 2)

Patrice DUROUX created WW-5257:
----------------------------------

             Summary: <s:checkbox> output is followed by a newline in simple theme (diff to Struts 2)
                 Key: WW-5257
                 URL: https://issues.apache.org/jira/browse/WW-5257
             Project: Struts 2
          Issue Type: Improvement
    Affects Versions: 6.0.3
            Reporter: Patrice DUROUX


Hi,

I notice a small difference comparing HTML outputs between the Struts 2.x and Struts 6.x for code like this
{noformat}
<s:checkbox ....></dd>
{noformat}
for instance and where the output is now like:
{noformat}
<checkbox ...>
</dd> 
{noformat}
and no more like:
{noformat}
<checkbox ...></dd>{noformat}
Is this expected?

 

Regards,
Patrice



--
This message was sent by Atlassian Jira
(v8.20.10#820010)