]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc: Display rust logo again. Closes #13148
authorBrian Anderson <banderson@mozilla.com>
Wed, 26 Mar 2014 03:13:50 +0000 (20:13 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 26 Mar 2014 03:28:41 +0000 (20:28 -0700)
src/librustdoc/html/layout.rs

index 095f27d25b350baf460501d9d8fea9d4f06e9e4b..b59e29fc0e9a718549e854f6e6b25c756e832609 100644 (file)
@@ -39,7 +39,7 @@ pub fn render<T: fmt::Show, S: fmt::Show>(
           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 @@ pub fn render<T: fmt::Show, S: fmt::Show>(
 
     <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}