diff options
| -rw-r--r-- | src/librustdoc/html/layout.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 095f27d25b3..b59e29fc0e9 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -39,7 +39,7 @@ r##"<!DOCTYPE html> rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="{root_path}main.css"> - {favicon, select, none{} other{<link rel="shortcut icon" href="\#" />}} + {favicon, select, none{} other{<link rel="shortcut icon" href="#" />}} </head> <body> <!--[if lte IE 8]> @@ -51,7 +51,7 @@ r##"<!DOCTYPE html> <section class="sidebar"> {logo, select, none{} other{ - <a href='{root_path}{krate}/index.html'><img src='\#' alt=''/></a> + <a href='{root_path}{krate}/index.html'><img src='#' alt=''/></a> }} {sidebar} |
