svnno****@sourc*****
svnno****@sourc*****
2009年 8月 27日 (木) 23:59:27 JST
Revision: 1011 http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1011 Author: okkez Date: 2009-08-27 23:59:27 +0900 (Thu, 27 Aug 2009) Log Message: ----------- remove needless return Modified Paths: -------------- hiki/branches/rack/hiki/page.rb Modified: hiki/branches/rack/hiki/page.rb =================================================================== --- hiki/branches/rack/hiki/page.rb 2009-08-27 14:59:25 UTC (rev 1010) +++ hiki/branches/rack/hiki/page.rb 2009-08-27 14:59:27 UTC (rev 1011) @@ -61,7 +61,7 @@ end end end - return response + response end end end