Skip to content

Commit 0063504

Browse files
committed
rustdoc: Display rust logo again. Closes #13148
1 parent 6053102 commit 0063504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/layout.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ r##"<!DOCTYPE html>
3939
rel='stylesheet' type='text/css'>
4040
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
4141
42-
{favicon, select, none{} other{<link rel="shortcut icon" href="\#" />}}
42+
{favicon, select, none{} other{<link rel="shortcut icon" href="#" />}}
4343
</head>
4444
<body>
4545
<!--[if lte IE 8]>
@@ -51,7 +51,7 @@ r##"<!DOCTYPE html>
5151
5252
<section class="sidebar">
5353
{logo, select, none{} other{
54-
<a href='{root_path}{krate}/index.html'><img src='\#' alt=''/></a>
54+
<a href='{root_path}{krate}/index.html'><img src='#' alt=''/></a>
5555
}}
5656
5757
{sidebar}

0 commit comments

Comments
 (0)