[Hiki-cvs 1472] [1020] fix syntax error.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 8月 30日 (日) 23:18:14 JST


Revision: 1020
          http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1020
Author:   okkez
Date:     2009-08-30 23:18:14 +0900 (Sun, 30 Aug 2009)

Log Message:
-----------
fix syntax error.

Modified Paths:
--------------
    hiki/branches/rack/hiki/command.rb

Modified: hiki/branches/rack/hiki/command.rb
===================================================================
--- hiki/branches/rack/hiki/command.rb	2009-08-30 14:18:11 UTC (rev 1019)
+++ hiki/branches/rack/hiki/command.rb	2009-08-30 14:18:14 UTC (rev 1020)
@@ -420,7 +420,7 @@
         if****@conf*****_keys
           l.collect! {|p| @plugin.make_anchor("#{@conf.cgi_name}?cmd=view&p=#{escape(p[0])}&key=#{escape(word.split.join('+'))}", @plugin.page_name(p[0])) + " - #{p[1]}"}
         else
-          l.collect! {|p| @plugin.hiki_anchor(escape(p[0]]), @plugin.page_name(p[0])) + " - #{p[1]}"}
+          l.collect! {|p| @plugin.hiki_anchor(escape(p[0]), @plugin.page_name(p[0])) + " - #{p[1]}"}
         end
         data             = get_common_data( @db, @plugin, @conf )
         data[:title]     = title( @conf.msg_search_result )




Hiki-cvs メーリングリストの案内
Back to archive index