Changeset 1663

Show
Ignore:
Timestamp:
02/25/08 19:33:47 (3 months ago)
Author:
pdcawley
Message:

made atom the default feed type in the xml side bar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/vendor/plugins/xml_sidebar/lib/xml_sidebar.rb

    r1391 r1663  
    77  setting :trackbacks, false, :input_type => :checkbox 
    88 
    9   setting :format, 'rss20', :input_type => :radio, 
     9  setting :format, 'atom10', :input_type => :radio, 
    1010          :choices => [["rss20",  "RSS 2.0"], ["atom10", "Atom 1.0"]] 
    1111end