Skip to content

Fix raw HTML code rendering issue in Birthday section on Home Page#804

Open
deveshkumar952 wants to merge 1 commit into
adithyan-css:mainfrom
deveshkumar952:fix-raw-html
Open

Fix raw HTML code rendering issue in Birthday section on Home Page#804
deveshkumar952 wants to merge 1 commit into
adithyan-css:mainfrom
deveshkumar952:fix-raw-html

Conversation

@deveshkumar952

@deveshkumar952 deveshkumar952 commented Jun 10, 2026

Copy link
Copy Markdown

The <section> tag was prematurely closed, causing the style attribute to be interpreted as plain text and displayed on the webpage.

Changes Made

  • Attached the inline style attribute to the birthday-section element.
  • Corrected the HTML structure of the section.
  • Verified that the raw code is no longer visible on the Home Page.
  • Ensured the section styling and layout render correctly.

Before

  • Raw HTML/CSS code was visible to users.
  • UI appearance was broken in the Birthday section.

After

  • HTML is rendered correctly.
  • No source code is displayed on the page.
  • Layout and styling work as intended.

Issue Type

  • Bug Fix

Screenshots

Before

605728493-c67a22dd-a807-467b-9d78-1057498f5b64

After

image

Testing

  • Tested locally
  • Verified no raw HTML is displayed
  • Checked Home Page layout after the fix

Fixes #799

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

@deveshkumar952 is attempting to deploy a commit to the adithyansubramani1-1657's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Raw HTML Code Displaying on Home Page

1 participant