File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ impl StylePath {
182182
183183fn write_srclink ( cx : & Context < ' _ > , item : & clean:: Item , buf : & mut Buffer ) {
184184 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)
186186 }
187187}
188188
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1 class="fqn"> {#- -#}
2020 {% endif %}
2121 {%- match src_href -%}
2222 {%- 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 > · {# -#}
2424 {%- else -%}
2525 {%- endmatch -%}
2626 < 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