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,AWL,BAYES_00 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 F17AE200EF; Sat, 5 Sep 2015 03:02:23 +0000 (UTC) Date: Sat, 5 Sep 2015 03:02:23 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] view: preliminary HTML search interface Message-ID: <20150905030223.GA15090@dcvr.yhbt.net> References: <1441421567-2072-1-git-send-email-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441421567-2072-1-git-send-email-e@80x24.org> List-Id: Oops, forgot to use a fixed width font for the title. Unfortunately, that probably does not affect the search form on a mainstream GUI browser. Squashing the following: diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 973a3c5..dbb80ca 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -130,10 +130,10 @@ sub emit_html_index { my $top = "$title (Atom feed)"; if ($srch) { - $top = qq{$top} . + $top = qq{$top} . qq{ } . qq{} . - qq{} . + qq{} . PublicInbox::View::PRE_WRAP; } else { $top = PublicInbox::View::PRE_WRAP . $top . "\n";