[Bug] Missing <meta charset="UTF-8">
in Head of All contexts and tests
#156
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Description
The
<meta charset="UTF-8">
tag is missing in the<head>
section of all context and tests files. This tag is essential for proper character encoding and should be included in all HTML documents.Reproduction
<head>
section.<meta charset="UTF-8">
tag.Expectation
The
<meta charset="UTF-8">
tag should be present in the section of all context HTML files.Screenshots
Environment
Additional context
This issue affects all context HTML files and should be addressed globally.
Resolution
The text was updated successfully, but these errors were encountered: