wording of message

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@132 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-02-03 21:46:22 +00:00
parent a6554335c1
commit 6e61ebc2de
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ xml.rss(:version=>"2.0"){
xml.channel{
xml.title("BarleySodas Newest Beers")
xml.link(beers_url)
xml.description("The newest experience points added into BarleySodas.")
xml.description("The newest beers added into BarleySodas.")
xml.lastBuildDate((@beers.first.created_at.strftime("%a, %d %b %Y %H:%M:%S %z") rescue nil))
xml.language('en-us')
for beer in @beers
@ -17,4 +17,4 @@ xml.rss(:version=>"2.0"){
end
end
}
}
}