make the favicon.ico link relative to the docroot too.
Roger Dingledine

Roger Dingledine commited on 2006-02-19 23:39:04
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -16,7 +16,7 @@
16 16
   <ifneq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=$(CHARSET)" />">
17 17
   <ifeq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />">
18 18
   <link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet.css" />
19
-  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
19
+  <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
20 20
   <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT).html" />">
21 21
 </head>
22 22
 
23 23