Changeset 7899

Show
Ignore:
Timestamp:
03/13/08 19:50:04 (5 years ago)
Author:
drry
Message:

platform/tdiary/plugin/microsummary.rb:

  • added a type attribute.
Files:
1 modified

Legend:

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

    r7896 r7899  
    77add_header_proc do 
    88        generator_xml = @conf['generator.xml'] 
    9          
     9 
    1010        if generator_xml != nil and @mode == 'latest' and !@cgi.valid?( 'date' ) 
    11                 %Q|\t<link rel="microsummary" href="#{generator_xml}">\n| 
     11                %Q|\t<link rel="microsummary" href="#{generator_xml}" type="application/x.microsummary+xml">\n| 
    1212        end 
    1313end