Changeset 15382 for platform/tdiary

Show
Ignore:
Timestamp:
07/07/08 19:36:44 (5 months ago)
Author:
sho
Message:

platform/tdiary/plugin/nicovideo.rb: fixed bug: feed dose not contain video infomation.

Files:
1 modified

Legend:

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

    r15203 r15382  
    5353        if feed? then 
    5454                result = <<-HTML 
    55                         <table border="0" cellpadding="4" cellspacing="0" summary="#{title}"><tr valign="top"> 
    56                         <td><a href="#{url}"><img alt="#{title}" src="#{thumb}" width="130" height="100" style="border:solid 1px #333;"></a></td> 
    57                         <td width="100%"><a href="#{url}"><strong>#{title}</strong></a> (#{length})<br>#{desc}</td> 
     55                        <table border="0" cellpadding="4" cellspacing="0" summary="#{i[:title]}"><tr valign="top"> 
     56                        <td><a href="#{i[:url]}"><img alt="#{i[:title]}" src="#{i[:thumb]}" width="130" height="100" style="border:solid 1px #333;"></a></td> 
     57                        <td width="100%"><a href="#{i[:url]}"><strong>#{i[:title]}</strong></a> (#{i[:length]})<br>#{i[:desc]}</td> 
    5858                        </tr></table> 
    5959                HTML