File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
{%- block meta -%}{%- endblock meta -%}
11
11
12
12
{# Docs.rs styles #}
13
- < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
14
- < link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
13
+ < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " media ="all " />
14
+ < link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " media ="all " />
15
15
16
16
< link rel ="search " href ="/-/static/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs " />
17
17
Original file line number Diff line number Diff line change 42
42
var link = document . createElement ( "link" ) ;
43
43
link . rel = "stylesheet" ;
44
44
link . href = stylesheet ;
45
- link . type = "text/css" ;
46
45
link . media = "all" ;
47
46
document . head . appendChild ( link ) ;
48
47
</ script >
Original file line number Diff line number Diff line change 1
1
{%- import "macros.html" as macros -%}
2
- < link rel ="stylesheet " href ="/-/static/{{metadata.rustdoc_css_file}}?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
2
+ < link rel ="stylesheet " href ="/-/static/{{metadata.rustdoc_css_file}}?{{ docsrs_version() | slugify }} " media ="all " />
3
3
4
4
< link rel ="search " href ="/-/static/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs " />
5
5
Original file line number Diff line number Diff line change 1
- < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
1
+ < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " media ="all " />
2
2
You can’t perform that action at this time.
0 commit comments