[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Hack weasel"s wml voodoo to enable my hack.



Update of /home2/or/cvsroot/website/include
In directory moria:/home/arma/work/onion/cvs/website/include

Modified Files:
	head.wmi 
Log Message:
Hack weasel's wml voodoo to enable my hack.


Index: head.wmi
===================================================================
RCS file: /home2/or/cvsroot/website/include/head.wmi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -d -r1.15 -r1.16
--- head.wmi	31 Mar 2006 05:28:14 -0000	1.15
+++ head.wmi	17 Aug 2006 03:19:45 -0000	1.16
@@ -17,7 +17,7 @@
   <ifeq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />">
   <link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
-  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT).html" />">
+  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" />">
 </head>
 
 <body>
@@ -75,4 +75,4 @@
     </tr>
 </table>
 
-<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(DOCROOT)/$(REDIRECT).html">$(DOCROOT)/$(REDIRECT).html</a>.">
+<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(DOCROOT)/$(REDIRECT)">$(DOCROOT)/$(REDIRECT)</a>.">