Skip to content

Commit

Permalink
Fix titles
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/docs.rubygems.org@2432 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
drbrain committed Feb 12, 2010
1 parent b681e14 commit 6c9b5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/syndicate/atom.rxml
@@ -1,6 +1,6 @@
xml.feed('version' => '0.3', 'xml:lang' => 'en-US',
'xmlns' => 'http://purl.org/atom/ns#') do
xml.title 'Hieraki recent changes'
xml.title 'docs.rubygems.org recent changes'
xml.tagline 'mode' => 'escaped', 'type' => 'text/html'
xml.id "tag:#{request.host},2004:Hieraki"
xml.generator 'Hieraki', 'url' => 'http://www.hieraki.org'
Expand Down
3 changes: 1 addition & 2 deletions app/views/syndicate/rss.rxml
@@ -1,8 +1,7 @@
xml.rss 'version' => '2.0', 'xmlns:dc' => 'http://purl.org/dc/elements/1.1/' do
xml.channel do
xml.title 'Hieraki recent changes'
xml.title 'docs.rubygems.org recent changes'
xml.link shelf_url
xml.description 'Hieraki recent changes'
xml.language 'en-us'
xml.ttl '40'

Expand Down

0 comments on commit 6c9b5f2

Please sign in to comment.