File tree 5 files changed +3
-12
lines changed 5 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,7 @@ pub(crate) static GLOBAL_ALERT: Option<GlobalAlert> = Some(GlobalAlert {
35
35
url: "https://blog.rust-lang.org/2019/09/18/upcoming-docsrs-changes.html",
36
36
text: "Upcoming docs.rs breaking changes!",
37
37
css_class: "error",
38
- <<<<<<< HEAD
39
- fa_icon: "warning",
40
- =======
41
38
fa_icon: "exclamation-triangle",
42
- >>>>>>> 6e25e2c... Pause for upstream
43
39
});
44
40
*/
45
41
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ impl tera::Filter for IconType {
286
286
. and_then ( |l| l. as_str ( ) )
287
287
. map ( |label| {
288
288
aria_hidden = false ;
289
- format ! ( r#" aria-label ="{}""# , tera:: escape_html( label) )
289
+ format ! ( r#" aria_label ="{}""# , tera:: escape_html( label) )
290
290
} )
291
291
. unwrap_or_default ( ) ;
292
292
let id = args
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1 id="crate-title">
21
21
{{ title }}
22
22
{%- else -%}
23
23
{{ metadata.name }} {{ metadata.version }}
24
- {{ "copy" | far(id="clipboard", aria-label ="Copy crate name and version information", fa=true) }}
24
+ {{ "copy" | far(id="clipboard", aria_label ="Copy crate name and version information", fa=true) }}
25
25
{%- endif -%}
26
26
</ h1 >
27
27
Original file line number Diff line number Diff line change 33
33
< ul class ="pure-menu-list menu-item-divided ">
34
34
< li class ="pure-menu-heading " id ="crate-title ">
35
35
{{ krate.name }} {{ krate.version }}
36
- {{ "copy" | far(id="clipboard", aria-label ="Copy crate name and version information", fw=true) }}
36
+ {{ "copy" | far(id="clipboard", aria_label ="Copy crate name and version information", fw=true) }}
37
37
</ li >
38
38
39
39
< li class ="pure-menu-item ">
Original file line number Diff line number Diff line change 3
3
media ="all " />
4
4
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css " type ="text/css "
5
5
media ="all " />
6
- < < < < < < < HEAD
7
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css "
8
- type ="text/css " media ="all " />
9
- =======
10
6
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.14.0/css/all.css " />
11
- > > > > > > > 6e25e2c... Pause for upstream
12
7
< link rel ="stylesheet " href ="/style.css?{{ docsrs_version() | slugify }} " type ="text/css " media ="all " />
13
8
14
9
< link rel ="search " href ="/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs ">
You can’t perform that action at this time.
0 commit comments