Skip to content

Commit

Permalink
Fixed mismatched tagpair (published/updated) in blog.xml causing feed…
Browse files Browse the repository at this point in the history
… invalidity
  • Loading branch information
doismellburning committed Mar 9, 2012
1 parent 78b2525 commit f566fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layout: nil
<entry>
<title>{{ post.title }}</title>
<link href="http://about.travis-ci.org/{{ post.url }}"/>
<published>{{ post.date | date_to_xmlschema }}</updated>
<published>{{ post.date | date_to_xmlschema }}</published>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://about.travis-ci.org/{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
Expand Down

0 comments on commit f566fbf

Please sign in to comment.