[Bug] CSS Link Tag Does Not Follow Vocabulary Documentation #220
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Description
The
<link>
tag for the CSS file is missing the media attribute, which is required for proper HTML semantics.And this does not follow the vocabulary docs. In the vocabulary docs, link tag for stylesheets must have the
media="all"
.Reproduction
base.html
in scholarship folder<link>
tag for the CSS file does not include a media attribute:legaldb/legal_db/templates/legal_db/base.html
Line 12 in 83e0303
Expectation
The link tag for stylesheet should have the
media="all"
as stated in Vocabulary documentation.Additional context
Resolution
The text was updated successfully, but these errors were encountered: