summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/erb.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3faa6a61d..ff88c49f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 7 01:05:45 2008 Tanaka Akira <akr@fsij.org>
+
+ * lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
+ keyword.
+
Mon Jan 7 00:48:02 2008 Tanaka Akira <akr@fsij.org>
* Date keyword removed to avoid inclusion of locale dependent
diff --git a/lib/erb.rb b/lib/erb.rb
index 02c96db83..42b3930c1 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -236,7 +236,7 @@
# Rails, the web application framework, uses ERB to create views.
#
class ERB
- Revision = '$Date$' #'
+ Revision = '$Date:: $' #'
# Returns revision information for the erb.rb module.
def self.version