From 3746f0071618242fe68c2268cdb2c10e480e50e9 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 10 Sep 2008 17:45:23 +0000 Subject: properties. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cgi/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cgi/core.rb') diff --git a/lib/cgi/core.rb b/lib/cgi/core.rb index 07eedc12f..e5424f5e3 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) -- cgit