Files
ladybird/Libraries/LibWeb/HTML/HTMLLinkElement.cpp
Sam Atkins 108ef5e088 LibWeb/HTML: Actually use charset encoding for linked style sheets
This code that used `charset` created a second `environment_encoding`
variable which shadowed the outer one, making it a no-op. Now we
actually use its value.
2026-02-06 15:04:44 +01:00

47 KiB