svnno****@sourc*****
svnno****@sourc*****
2009年 8月 30日 (日) 23:47:15 JST
Revision: 1037 http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1037 Author: okkez Date: 2009-08-30 23:47:15 +0900 (Sun, 30 Aug 2009) Log Message: ----------- minor fix Modified Paths: -------------- hiki/branches/rack/misc/plugin/src.rb Modified: hiki/branches/rack/misc/plugin/src.rb =================================================================== --- hiki/branches/rack/misc/plugin/src.rb 2009-08-30 14:47:10 UTC (rev 1036) +++ hiki/branches/rack/misc/plugin/src.rb 2009-08-30 14:47:15 UTC (rev 1037) @@ -31,7 +31,7 @@ header['Pragma'] = 'no-cache' header['Cache-Control'] = 'no-cache' - Hiki::Response.new(sources, 200, header) + ::Hiki::Response.new(sources, 200, header) end add_body_enter_proc(Proc.new do