Show
Ignore:
Timestamp:
08/21/09 18:24:01 (4 years ago)
Author:
sho
Message:

fixed a typo in error message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/iddy.rb

    r4634 r34956  
    3434        doc = REXML::Document::new( xml ) 
    3535        if doc.elements[1].attribute( 'status' ).to_s == 'fail' then 
    36                 return '<div class="iddy error">idd.jp returns fail.</div>' 
     36                return '<div class="iddy error">iddy.jp returns fail.</div>' 
    3737        end 
    3838