Open Sreejapodupuganti opened 1 month ago
Please use this format to submit the bug:
Number: for the team to refer to Title: A good title that gives the area and core problem Priority: Is this Critical, High, Medium, Low Platform/Environment: what platform/environment were you using including what login and access level? Description: Detailed description of the bug Steps to Reproduce: Step by step on how to reproduce the bug Expected versus Actual Results: What was expected and what did it do? Screenshots/Videos: Any other visual aids are helpful
After you update the bug report, use the Create a branch off of this issue to create a pull request.
Number: 1
Title: Missing Closing Tag for h1 Element
Priority: Medium
Platform/Environment: Chrome
Description: The h1 element is missing its closing tag (/h1). This can lead to unexpected formatting and layout issues, as the browser may interpret subsequent elements incorrectly.
Steps to Reproduce:
Expected versus Actual Results:
Expected: The h1 element should be correctly formatted and displayed as a heading. Actual: The content following the h1 element may be rendered incorrectly or unexpectedly due to the missing closing tag. Screenshot: