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 1
1
<div id="versioninfo">
2
- <img src="https://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt><br>
2
+ <img src="https://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt="Rust logo" ><br>
3
3
<span class="white-sticker"><a href="https://www.rust-lang.org">Rust</a> VERSION</span><br>
4
4
<a href="https://github.com/rust-lang/rust/commit/STAMP"
5
5
class="hash white-sticker">SHORT_HASH</a>
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ r##"<!DOCTYPE html>
148
148
"" . to_string( )
149
149
} else {
150
150
format!( "<a href='{}{}/index.html'>\
151
- <img src='{}' alt='' width='100'></a>",
151
+ <img src='{}' alt='logo ' width='100'></a>",
152
152
page. root_path, layout. krate,
153
153
layout. logo)
154
154
} ,
You can’t perform that action at this time.
0 commit comments