Hack weasel's wml voodoo to enable my hack.
Roger Dingledine

Roger Dingledine commited on 2006-08-17 05:19:45
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -17,7 +17,7 @@
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 19
   <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
20
-  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT).html" />">
20
+  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" />">
21 21
 </head>
22 22
 
23 23
 <body>
... ...
@@ -75,4 +75,4 @@
75 75
     </tr>
76 76
 </table>
77 77
 
78
-<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(DOCROOT)/$(REDIRECT).html">$(DOCROOT)/$(REDIRECT).html</a>.">
78
+<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(DOCROOT)/$(REDIRECT)">$(DOCROOT)/$(REDIRECT)</a>.">
79 79