File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 ">
You can’t perform that action at this time.
0 commit comments