Skip to content

fix(script tag): explicit closing tag#6

Merged
DavidVujic merged 2 commits intomainfrom
fix-script-closing-tag
Nov 10, 2024
Merged

fix(script tag): explicit closing tag#6
DavidVujic merged 2 commits intomainfrom
fix-script-closing-tag

Conversation

@DavidVujic
Copy link
Copy Markdown
Owner

Description

the <script> tag needs a closing tag (</script>), otherwise the HTML will not be rendered correctly.

Motivation and Context

Fixing an issue with rendering HTML.

How Has This Been Tested?

✅ CI
✅ unit test

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

Copy link
Copy Markdown

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.12 (10.00 -> 9.88)

  • Declining Code Health: 1 findings(s) 🚩

  • Affected Hotspots: 1 files(s) 🔥

View detailed results in CodeScene

@sonarqubecloud
Copy link
Copy Markdown

@DavidVujic DavidVujic merged commit 4fa5552 into main Nov 10, 2024
@DavidVujic DavidVujic deleted the fix-script-closing-tag branch November 10, 2024 14:02
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.

1 participant