[tor-commits] [onionoo/master] No need to use an absolute path for the favicon.

karsten at torproject.org karsten at torproject.org
Tue Mar 13 10:13:35 UTC 2012


commit fee2f5b26063b47bf155dedb3edd540728561c62
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Mar 13 11:08:45 2012 +0100

    No need to use an absolute path for the favicon.
---
 web/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/index.html b/web/index.html
index 001a79e..6736aea 100755
--- a/web/index.html
+++ b/web/index.html
@@ -4,7 +4,7 @@
 <title>Onionoo — a Tor network status protocol</title>
 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 <link href="css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
-<link href="/favicon.ico" type="image/x-icon" rel="shortcut icon">
+<link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
 </head>
 <body>
 <h3>Onionoo protocol overview</h3>





More information about the tor-commits mailing list