From 651d44e67499ec7cae07c60c5351f65424c93279 Mon Sep 17 00:00:00 2001
From: arun <arun@nubati.net>
Date: Sun, 14 Jan 2007 13:48:22 +0000
Subject: fixed the revision number thing ;)

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'index.php')

diff --git a/index.php b/index.php
index cf6e94c..f8bb305 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 error_reporting(E_ALL);
 
 global $REV;
-$REV  ="$Rev$";
+$REV  ="\$Rev$";
 
 include_once("config.php");      
 include_once("output.php");      /* html output only */
-- 
cgit v1.2.3-18-g5258