Show
Ignore:
Timestamp:
07/09/09 18:13:25 (4 years ago)
Author:
sho
Message:

fixed bug when abstract was nil.

Files:
1 modified

Legend:

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

    r20669 r34374  
    99        size.collect! {|i| i.to_i } 
    1010        size[0] = 400 if size[0] == 0 
     11        size[0] = 300 if @conf.iphone? 
    1112        size[1] = 300 if size[1] == 0 
    1213        l = label ? %Q|<a href="http://www.everytrail.com/view_trip.php?trip_id=#{h trip_id}">#{h label}</a>| : ''