Community
Participate
Working Groups
Build Identifier: 20110301-1815 When formatting an HTML or JSP page with a <TD> or <TH> tag, and where that tags last child is an element, the formatter will alternate between placing the closing </TD> immediately after the last child and placing it on a new line. This was tested using the default settings under Web->HTML FIles->Editor. Reproducible: Always Steps to Reproduce: 1. Create a new HTML file with the content: <td><div>bug!</div></td> 2. Run the source code formatter 3. Run the source code formatter again, and notice the different result. 4. Run the source code formatter yet again, and notice the different result.
Checked in code changes.