fixed the revision number thing ;)
[e-DoKo.git] / index.php
index cf6e94c8a1a12e7d6176f559e707631ef14cecba..f8bb305cf80957fc7e277139724e631539876cb5 100644 (file)
--- 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 */