[ https://issues.apache.org/jira/browse/WW-5257?focusedWorklogId=823751&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-823751 ]
ASF GitHub Bot logged work on WW-5257: -------------------------------------- Author: ASF GitHub Bot Created on: 06/Nov/22 16:10 Start Date: 06/Nov/22 16:10 Worklog Time Spent: 10m Work Description: sonarcloud[bot] commented on PR #632: URL: https://github.com/apache/struts/pull/632#issuecomment-1304835401 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=632) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=632&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=632&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=632&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_struts&pullRequest=632&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=632&metric=coverage&view=list) No Coverage information [](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=632&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=632&metric=new_duplicated_lines_density&view=list) Issue Time Tracking ------------------- Worklog Id: (was: 823751) Time Spent: 0.5h (was: 20m) > <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 > Assignee: Lukasz Lenart > Priority: Minor > Fix For: 6.1.0 > > Time Spent: 0.5h > 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)