チェンジセット 110

差分発生行の前後
無視リスト:
コミット日時:
2008/07/02 19:43:36 (6 ヶ月前)
コミッタ:
ikeji
ログメッセージ:

Fix bug #41
Add default description.
Thanks Yuanying!

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/plugin/RSS/save.rb

    r74 r110  
    1919    maker.channel.about = config['about'] || config['link'] || "http://example.net/" 
    2020    maker.channel.title = config['title'] || "Pragger output" 
    21     maker.channel.description = config['description'] || "
     21    maker.channel.description = config['description'] || "Generated by Pragger
    2222    maker.channel.link = config['link'] || "http://example.net/" 
    2323