about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwAtomStream.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/WwwAtomStream.pm')
-rw-r--r--lib/PublicInbox/WwwAtomStream.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/PublicInbox/WwwAtomStream.pm b/lib/PublicInbox/WwwAtomStream.pm
index b9c7468f..ecb82bc3 100644
--- a/lib/PublicInbox/WwwAtomStream.pm
+++ b/lib/PublicInbox/WwwAtomStream.pm
@@ -129,13 +129,13 @@ sub feed_entry {
         }
         $s .= "<entry><author><name>$name</name><email>$email</email>" .
                 "</author>$title$updated" .
+                qq(<link\nhref="$href"/>).
+                "<id>$uuid</id>$irt" .
                 qq{<content\ntype="xhtml">} .
                 qq{<div\nxmlns="http://www.w3.org/1999/xhtml">} .
                 qq(<pre\nstyle="white-space:pre-wrap">) .
                 PublicInbox::View::multipart_text_as_html($mime, $href) .
-                '</pre>' .
-                qq!</div></content><link\nhref="$href"/>!.
-                "<id>$uuid</id>$irt</entry>";
+                '</pre></div></content></entry>';
 }
 
 sub feed_updated {