Show
Ignore:
Timestamp:
06/10/08 23:31:42 (5 years ago)
Author:
snj14
Message:

[[...>...]]形式のリンクの時にもリンク先が「表示する文字列」に置き換わっていた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/wikiforme/trunk/bundles/article.4me/link.rb

    r6439 r13625  
    6262                if @text.include?('>') 
    6363                        @text, @linkto = @text.split('>',2) 
     64                else 
     65                        @linkto = @text 
    6466                end 
    65                 @linkto = @text 
    6667                @text = Parser.inline.bless(@text) 
    6768        end