Skip to content

fix: correct invalid HTML in Home.html malformed h3 tag#50

Open
iblawal wants to merge 1 commit intoOSeMOSYS:masterfrom
iblawal:master
Open

fix: correct invalid HTML in Home.html malformed h3 tag#50
iblawal wants to merge 1 commit intoOSeMOSYS:masterfrom
iblawal:master

Conversation

@iblawal
Copy link

@iblawal iblawal commented Mar 21, 2026

What does this PR do?

Fixes #49

Changes made

  • Removed stray span attribute from <h3> tag in Home.html
  • Fixed mismatched closing </span> tag
  • Corrected to valid HTML: <h3 class="...">...</h3>

Why this matters

  • Improves HTML validity across all browsers
  • Zero runtime risk — template only
  • Aligns with cross-platform improvement goals for OG-CLEWS

AI Usage Disclosure

I used Claude (claude.ai) as a learning assistant to help me understand
the codebase and identify the bug. I reviewed and understood every
change before applying it.

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.

Fix invalid HTML in Home.html: malformed h3 tag with stray span attribute

1 participant