File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ impl StylePath {
182
182
183
183
fn write_srclink ( cx : & Context < ' _ > , item : & clean:: Item , buf : & mut Buffer ) {
184
184
if let Some ( l) = cx. src_href ( item) {
185
- write ! ( buf, "<a class=\" srclink\" href=\" {}\" title= \" goto source code \" >source</a>" , l)
185
+ write ! ( buf, "<a class=\" srclink\" href=\" {}\" >source</a>" , l)
186
186
}
187
187
}
188
188
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1 class="fqn"> {#- -#}
20
20
{% endif %}
21
21
{%- match src_href -%}
22
22
{%- when Some with (href) -%}
23
- < a class ="srclink " href ="{{href|safe}} " title =" goto source code " > source</ a > · {# -#}
23
+ < a class ="srclink " href ="{{href|safe}} "> source</ a > · {# -#}
24
24
{%- else -%}
25
25
{%- endmatch -%}
26
26
< a id ="toggle-all-docs " href ="javascript:void(0) " title ="collapse all docs "> {#- -#}
You can’t perform that action at this time.
0 commit comments