From 0dee21b52c1bee667c487e1c8f6a3e7687dd43c0 Mon Sep 17 00:00:00 2001
From: Eric Wong <e@80x24.org>
Date: Mon, 27 Jun 2016 21:07:51 +0000
Subject: [PATCH] view: attribute in parent link for permalink message

Oops, but apparently this does not trigger errors?
---
 lib/PublicInbox/View.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ');
 		}
-- 
2.50.0