Skip to content
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

🐞[Bug] Incorrect HTML Tag in register.html #457

Open
divanshiii09 opened this issue Oct 16, 2024 · 1 comment
Open

🐞[Bug] Incorrect HTML Tag in register.html #457

divanshiii09 opened this issue Oct 16, 2024 · 1 comment

Comments

@divanshiii09
Copy link

Bug Report: Incorrect HTML Tag in register.html

Description

In the register.html file, there is an incorrect usage of an HTML tag that could lead to rendering issues. Specifically, on line 14, the tag <class="main-user-info"> is incorrectly written. This could potentially cause problems in the layout and styling of the user information section.

Proposed Solution

The line should be corrected to use the appropriate HTML tag. Replace:

  • <class="main-user-info">

with:

  • <div class="main-user-info">

This change will ensure that the HTML is valid and that the styles associated with the class main-user-info are applied correctly.

Issue Location

  • File: register.html
  • Line: 14

Screenshot

WhatsApp Image 2024-10-16 at 12 41 34_31f7bd90

Additional Notes

Ensuring proper HTML structure is essential for the application to function as intended. This correction will help maintain code quality and improve the user interface.

@divanshiii09
Copy link
Author

@tushargupta1504 I would like to fix this, please assign me this issue

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

No branches or pull requests

1 participant