diff options
| author | bors <bors@rust-lang.org> | 2014-03-28 02:16:49 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-28 02:16:49 -0700 |
| commit | b6ea7962f726b30ad466c6574531c24f741adbc0 (patch) | |
| tree | ba7d14605833fe2c4d4c7bb77ceca7971371f691 | |
| parent | ff64381c8bf6a49a0671287de5f5b7316ae2ef9c (diff) | |
| parent | 0063504fe53d48c1c04687c8157bd7b7ef926bf1 (diff) | |
| download | rust-b6ea7962f726b30ad466c6574531c24f741adbc0.tar.gz rust-b6ea7962f726b30ad466c6574531c24f741adbc0.zip | |
auto merge of #13149 : brson/rust/rustdoclogo, r=alexcrichton
| -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} |
