slachiewicz opened a new pull request, #1654: URL: https://github.com/apache/maven-site/pull/1654
Fixes structurally invalid HTML on the RM helper page found by an HTML-correctness sweep after apache/maven-site#1645: the three raw `<h3>` headings inside the component reference table each opened a Doxia section that only closes on the next heading, so `</td>`/`</tr>`/`</table>` closed over an open `<section>` — browsers already repair this silently, so this is a cosmetic validity fix, not a visible one. The three published anchors (`Component_category`, `Component_information`, `Instructions_to_publish_component_release_documentation`) are preserved exactly via explicit `<a id="...">` placement. Verified: `mvn site` on the built `component-reference-documentation-helper.html` → structural tag-balance check, anchor-id-set comparison, and visible-text comparison against the pre-fix build all pass identically. *This change was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
