summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 17:45:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 17:45:23 +0000
commit1bd34a09c9f2d5c6f60b242ce4ee580ce90449f1 (patch)
treeefc675c325e8ff65770ab3acfbb17b9e0562d067
parent10ddce38336d50633a4968eef42000e95a0f2d0f (diff)
properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/cgi/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi/core.rb b/lib/cgi/core.rb
index 07eedc12f1..e5424f5e34 100644
--- a/lib/cgi/core.rb
+++ b/lib/cgi/core.rb
@@ -11,7 +11,7 @@ class CGI
# Standard internet newline sequence
EOL = CR + LF
- REVISION = '$Id: cgi.rb 19245 2008-09-08 13:27:17Z xibbar $' #:nodoc:
+ REVISION = '$Id$' #:nodoc:
NEEDS_BINMODE = true if /WIN/i.match(RUBY_PLATFORM)