• R/O
  • HTTP
  • SSH
  • HTTPS

feedgenerator: Commit

rubyで構築された、Atom Feedの管理ツールです


Commit MetaInfo

Revision8c2d9140b932ee465d0663517acc9a474746a390 (tree)
Time2009-12-19 00:05:27
Authorelixirel <elixirel@sour...>
Commiterelixirel

Log Message

- fixed bug (xml -> html)

Change Summary

Incremental Difference

--- a/feedgenerator.rb
+++ b/feedgenerator.rb
@@ -445,7 +445,7 @@ class Entry < AbstractEntry
445445 # Entryをテンプレートに沿って変形するメソッド
446446 def to_template(temppath)
447447 erb = HtmlWriter.new(temppath, binding)
448- title = CGI.escapeHTML(@attr[:title])
448+ title = CGI.unescapeHTML(@attr[:title])
449449 date = @attr[:published]
450450 content = CGI.unescapeHTML(@attr[:content])
451451 erb.to_code
Show on old repository browser