creativecommons / vocabulary

A cohesive system of design for Creative Commons
https://vocabulary-docs.netlify.app
Creative Commons Zero v1.0 Universal
7 stars 59 forks source link

[Bug] Raw & character should be encoded as "&amp" #282

Open Asheklm6 opened 3 hours ago

Asheklm6 commented 3 hours ago

Description

Raw ampersand (&) character in docs/index.html file are not properly encoded as "&amp" This causes validation errors during HTML validation checks.

Reproduction

  1. Run an HTML validation check using html-validate on the file docs/index.html.
  2. Check the error message on line 50, which reports that the raw & must be encoded as "&amp"
  3. Observe the error in the HTML validation report.

Expectation

The raw & should be encoded as "&amp" to conform to HTML standards, eliminating the validation error and ensuring proper rendering in browsers.

Screenshots

Environment

Additional context

Resolution

Asheklm6 commented 3 hours ago

Hello @possumbilities Please can you look into this issue if changes can be made accordingly.