We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6053102 commit 0063504Copy full SHA for 0063504
src/librustdoc/html/layout.rs
@@ -39,7 +39,7 @@ r##"<!DOCTYPE html>
39
rel='stylesheet' type='text/css'>
40
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
41
42
- {favicon, select, none{} other{<link rel="shortcut icon" href="\#" />}}
+ {favicon, select, none{} other{<link rel="shortcut icon" href="#" />}}
43
</head>
44
<body>
45
<!--[if lte IE 8]>
@@ -51,7 +51,7 @@ r##"<!DOCTYPE html>
51
52
<section class="sidebar">
53
{logo, select, none{} other{
54
- <a href='{root_path}{krate}/index.html'><img src='\#' alt=''/></a>
+ <a href='{root_path}{krate}/index.html'><img src='#' alt=''/></a>
55
}}
56
57
{sidebar}
0 commit comments