From 1e7cfecbfeaa6d00f7040367eeb9abe0ba48e7b8 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 12 Oct 2011 03:15:17 +0000 Subject: [PATCH] * fix the error of $Id, should be $Id$ --- lib/front/front.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/front/front.class.php b/lib/front/front.class.php index 6a589976d7..6a447f70fd 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -359,7 +359,7 @@ class js * @var string * @access public */ - static $version = '$Id'; + static $version = '$Id$'; /** * Import a js file.