mofo 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/mofo/hentry.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
data/lib/mofo/hentry.rb
CHANGED
@@ -52,7 +52,7 @@ class Array
|
|
52
52
|
<<-end_atom
|
53
53
|
<?xml version="1.0" encoding="UTF-8"?>
|
54
54
|
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
|
55
|
-
|
55
|
+
#{first.atom_id}
|
56
56
|
<link type="text/html" href="#{first.base_url}" rel="alternate"/>
|
57
57
|
<link type="application/atom+xml" href="" rel="self"/>
|
58
58
|
<title>#{options[:title]}</title>
|