Skip to content

Fix incorrect closing tag README.md #896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

defitricks
Copy link

Description

Fix incorrect closing tag for <tbody> element

I found a small issue with the HTML code where the closing tag for the <tbody> element was missing. Instead of properly closing the <tbody>, another <tbody> tag was used, which could lead to rendering issues.

Issue:

<tbody>

Suggested fix:

The closing tag for the <tbody> element should be placed at the end of the table rows section:

</tbody>

This fix ensures that the <tbody> element is properly closed, preventing potential issues with rendering and maintaining proper HTML structure.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn format and yarn lint without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Fix incorrect closing tag for <tbody> element
@cedoor
Copy link
Member

cedoor commented Nov 20, 2024

Hi @defitricks this issue has already been solved here: #894

@cedoor cedoor closed this Nov 20, 2024
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.

2 participants