Skip to content

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
Contributor

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