public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix error with changes feed

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2280 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Sep 25 21:56:28 -0700 2006
commit  81a170a751981636f4e81494f5584e009d6d50b1
tree    48a13b5be919b15d558a08bcb54414e22fb3df11
parent  8bf41894c955f782049e4778310769f9679b2249
...
2
3
4
5
6
 
 
7
8
9
...
2
3
4
 
 
5
6
7
8
9
0
@@ -2,8 +2,8 @@ xm.entry do
0
   xm.author do
0
     xm.name article.updater.login
0
   end
0
- xm.id "tag:#{request.host_with_port},#{article.published_at.to_date.to_s :db}:#{article.id}:#{article.version}"
0
- xm.published article.published_at.xmlschema
0
+ xm.id "tag:#{request.host_with_port},#{article.updated_at.to_date.to_s :db}:#{article.id}:#{article.version}"
0
+ xm.published article.published_at.xmlschema if article.published_at
0
   xm.updated article.updated_at.xmlschema
0
   xm.link "rel" => "alternate", "type" => "text/html", "href" => "http://#{request.host_with_port}#{site.permalink_for(article)}"
0
   xm.title strip_tags(article.title)

Comments

    No one has commented yet.