about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-27 21:07:51 +0000
committerEric Wong <e@80x24.org>2016-06-27 21:07:51 +0000
commit0dee21b52c1bee667c487e1c8f6a3e7687dd43c0 (patch)
tree51f24b719e1bb06a4a8a1ceb3a7f185596f3eb41
parent62e690b87d03ab1fa1829f99e37c63707c64a5c4 (diff)
downloadpublic-inbox-0dee21b52c1bee667c487e1c8f6a3e7687dd43c0.tar.gz
Oops, but apparently this does not trigger errors?
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 38e35bf3..5dd586c9 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -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 ');
                 }