summaryrefslogtreecommitdiff
path: root/lib/rss/0.9.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/0.9.rb')
-rw-r--r--lib/rss/0.9.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index a473322612..3bbf67be05 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -572,7 +572,7 @@ module RSS
include RSS09
[
- ["domain", nil, true]
+ ["domain", nil, false]
].each do |name, uri, required|
install_get_attribute(name, uri, required)
end
@@ -588,7 +588,7 @@ module RSS
private
def _attrs
[
- ["domain", true]
+ ["domain", false]
]
end