Changeset 36796

Show
Ignore:
Timestamp:
02/18/10 21:07:50 (3 years ago)
Author:
sho
Message:

making only link into feed.

Files:
1 modified

Legend:

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

    r36782 r36796  
    1212 
    1313        # insert recorded video 
    14         if @conf.mobile_agent? or @conf.iphone? then 
     14        if @conf.mobile_agent? or @conf.iphone? or feed? then 
    1515                return %Q|<a href="http://www.ustream.tv/recorded/#{id}">Link to Ustream ##{id}</a></p><p>| 
    1616        end