22,23c22,23
<   <link rel="self" type="application/atom+xml" href="<?php bloginfo('url'); ?>/wp-atom.php" />
<   <link rel="replies" type="application/atom+xml" href="<?php bloginfo('url'); ?>/wp-commentsatom.php" />
---
> <link rel="self" type="application/atom+xml" href="<?php bloginfo('url'); ?>/feed/atom/" />
> <link rel="replies" type="application/atom+xml" href="<?php bloginfo('url'); ?>/wp-commentsatom.php" />
37,38c37,38
<     <updated><?php the_time('c'); ?></updated>
<     <published><?php the_time('c'); ?></published>
---
>     <updated><?php the_time('Y-m-d\Th:i:s-7:00'); ?></updated>
>     <published><?php the_time('Y-m-d\Th:i:s-7:00'); ?></published>
54c54,58
<     <content type="html" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
---
>         <content type="xhtml" xml:lang="en-us">
>             <div xmlns="http://www.w3.org/1999/xhtml">
>                 <?php the_content('',0,''); ?>
>             </div>
>         </content>
59c63,67
<     <content type="html" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_excerpt_rss() ?>]]></content>
---
>         <content type="xhtml" xml:lang="en-us">
>             <div xmlns="http://www.w3.org/1999/xhtml">
>                 <?php the_content('',0,''); ?>
>             </div>
>         </content>
