]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: attribute in parent link for permalink message
authorEric Wong <e@80x24.org>
Mon, 27 Jun 2016 21:07:51 +0000 (21:07 +0000)
committerEric Wong <e@80x24.org>
Mon, 27 Jun 2016 21:07:51 +0000 (21:07 +0000)
Oops, but apparently this does not trigger errors?

lib/PublicInbox/View.pm

index 38e35bf35c535ec38578ee98335c03caa5b804fb..5dd586c9a2feaa276dc44b1a7af3f5d20db2f998 100644 (file)
@@ -515,7 +515,7 @@ sub html_footer {
                if ($p) {
                        $p = PublicInbox::Hval->new_msgid($p);
                        $p = $p->as_href;
-                       $irt = "<a\nhref=\"$upfx$p/\"rel=prev>parent</a> ";
+                       $irt = "<a\nhref=\"$upfx$p/\"\nrel=prev>parent</a> ";
                } else {
                        $irt = ' ' x length('parent ');
                }