Skip to content

Fix collaborations page rendering duplicate closing HTML tags#21

Open
jayvenn21 wants to merge 1 commit into
apache:asf-sitefrom
jayvenn21:fix/collaborations-duplicate-closing-tags
Open

Fix collaborations page rendering duplicate closing HTML tags#21
jayvenn21 wants to merge 1 commit into
apache:asf-sitefrom
jayvenn21:fix/collaborations-duplicate-closing-tags

Conversation

@jayvenn21
Copy link
Copy Markdown
Contributor

@jayvenn21 jayvenn21 commented Mar 18, 2026

Fix rendering issue on the collaborations page where raw </body></html> was visible in the UI.

Cause: Duplicate closing tags were present in the page source (source/collaborations.md). The layout already provides </body> and </html>, so the copies inside the content were emitted as text.

Changes:

  • Removed duplicate </body> / </html> from source/collaborations.md
  • Updated content/collaborations.html to match (no visible closing tags in content area)
Screenshot 2026-03-18 at 10 50 49 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant