We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccb789 commit 6aa2e0fCopy full SHA for 6aa2e0f
src/utils/html.rs
@@ -69,7 +69,7 @@ pub(crate) fn rewrite_lol(
69
// Append `vendored.css` before `rustdoc.css`, so that the duplicate copy of
70
// `normalize.css` will be overridden by the later version.
71
element!(
72
- "link[type='text/css'][href*='rustdoc']",
+ "link[rel='stylesheet'][href*='rustdoc']",
73
|rustdoc_css: &mut Element| {
74
rustdoc_css.before(&tera_vendored_css, ContentType::Html);
75
Ok(())
0 commit comments