1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rss/image.rb, test/rss/test_image.rb: fixed Image module

namespace URI. reported by Dmitry Borodaenko. Thanks.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2007-05-07 02:02:50 +00:00
parent 9f1c215f5a
commit 1548542f21
4 changed files with 10 additions and 5 deletions

View file

@ -11,7 +11,7 @@ module RSS
def setup
@prefix = "image"
@uri = "http://web.resource.org/rss/1.0/modules/image/"
@uri = "http://purl.org/rss/1.0/modules/image/"
@favicon_attrs = {
"rdf:about" => "http://www.kuro5hin.org/favicon.ico",