[ https://issues.apache.org/jira/browse/WW-5257?focusedWorklogId=823644&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-823644 ]
ASF GitHub Bot logged work on WW-5257: -------------------------------------- Author: ASF GitHub Bot Created on: 05/Nov/22 08:29 Start Date: 05/Nov/22 08:29 Worklog Time Spent: 10m Work Description: lukaszlenart opened a new pull request, #632: URL: https://github.com/apache/struts/pull/632 Closes [WW-5257](https://issues.apache.org/jira/browse/WW-5257) Issue Time Tracking ------------------- Worklog Id: (was: 823644) Remaining Estimate: 0h Time Spent: 10m > <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 > Priority: Minor > Fix For: 6.1.0 > > Time Spent: 10m > Remaining Estimate: 0h > > 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)