From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E26AD63385A; Thu, 3 Sep 2015 02:04:13 +0000 (UTC) Date: Thu, 3 Sep 2015 02:04:13 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 1/3] view: include ghost messages in thread views Message-ID: <20150903020413.GA13377@dcvr.yhbt.net> References: <1441245432-16378-1-git-send-email-e@80x24.org> <1441245432-16378-2-git-send-email-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441245432-16378-2-git-send-email-e@80x24.org> List-Id: Eric Wong wrote: > + "$html>];\n"; Oops, will squash the following: --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -741,7 +741,7 @@ sub inline_dump { my $href = $v->as_href; $$dst .= $pfx . '` [parent not found: <' . qq{}. - "$html>];\n"; + "$html>]\n"; } inline_dump($dst, $state, $upfx, $node->child, $level+1); inline_dump($dst, $state, $upfx, $node->next, $level);