Skip to content

Fix unclosed div tag in README.md#10

Open
hobostay wants to merge 1 commit into
Exocija:mainfrom
hobostay:fix/readme-unclosed-div-tags
Open

Fix unclosed div tag in README.md#10
hobostay wants to merge 1 commit into
Exocija:mainfrom
hobostay:fix/readme-unclosed-div-tags

Conversation

@hobostay

@hobostay hobostay commented May 5, 2026

Copy link
Copy Markdown

Summary

  • The first <div align="center"> block (containing the logo image) was never closed before the second <div align="center"> block began, creating malformed nested HTML
  • Added the missing </div> closing tag after the logo image

Test plan

  • View the README on GitHub and verify the layout renders correctly with the logo and typing SVG in their expected positions

🤖 Generated with Claude Code

The first <div align="center"> (containing the logo image) was never
closed before the second <div align="center"> block started, creating
nested/malformed HTML.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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