Changeset 38456 for platform

Show
Ignore:
Timestamp:
09/11/10 01:50:34 (3 years ago)
Author:
hb
Message:

fix typo.

Files:
1 modified

Legend:

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

    r38451 r38456  
    102102 
    103103def picasa( src, alt = "photo", place = 'picasa' ) 
    104         src.sub( %r|/s\d+/|, "/s200/" ) if @conf.iphone? 
     104        src.sub!( %r|/s\d+/|, "/s200/" ) if @conf.iphone? 
    105105         
    106106        if @cgi.mobile_agent?