Skip to content

fix: move inline style inside section tag to fix raw HTML rendering (#856)#860

Open
kiranjatwa wants to merge 1 commit into
adithyan-css:mainfrom
kiranjatwa:main
Open

fix: move inline style inside section tag to fix raw HTML rendering (#856)#860
kiranjatwa wants to merge 1 commit into
adithyan-css:mainfrom
kiranjatwa:main

Conversation

@kiranjatwa

Copy link
Copy Markdown

Fixes #856

Problem

The style attribute on the birthday/dessert slider section
was placed outside the HTML opening tag, causing it to
render as visible raw text on the page instead of being
applied as styling.

Fix

Moved the style attribute inside the opening section tag
so it applies correctly without being visible to users.

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

@kiranjatwa 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.

Bug: Raw HTML/CSS code is rendered on page instead of being applied

1 participant