user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 0/3] minor view tweaks
@ 2015-12-26  1:30  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-12-26  1:30 UTC (permalink / raw)
  To: meta

3 changes to be pushed to git://80x24.org/public-inbox.org master:
      view: reduce main landing page weight
      searchview: fix unclosed tags in threaded search results
      use "Atom feed" consistently in headers/footers

 lib/PublicInbox/Feed.pm       |  2 +-
 lib/PublicInbox/SearchView.pm | 15 ++++++---------
 lib/PublicInbox/View.pm       | 23 +++++++++--------------
 3 files changed, 16 insertions(+), 24 deletions(-)

Additionally (sent separately):
      searchview: fixup stupid syntax error
      searchview: fix up Atom feed in search results


^ permalink raw reply	[relevance 6%]

* [PATCH] searchview: fixup stupid syntax error
  @ 2015-12-26  0:57  7%   ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-12-26  0:57 UTC (permalink / raw)
  To: meta

Fixes: commit 398e29344ecc43548a7d3998bb5d2fcee62d66cd
("view: favor whitespace wrap in <head>")

Oops.
---
 lib/PublicInbox/SearchView.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 5b15e0d..9a58156 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -32,7 +32,7 @@ sub sres_top_html {
 		$total = $mset->get_matches_estimated;
 	};
 	my $err = $@;
-	my $res = html_start($q, $ctx) . '<pre>'
+	my $res = html_start($q, $ctx) . '<pre>';
 	if ($err) {
 		$code = 400;
 		$res .= err_txt($err) . "</pre><hr /><pre>" . foot($ctx);
-- 
EW

^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-12-25 12:06     [PATCH] examples/public-inbox.psgi: make output chunky by default Eric Wong
2015-12-25 12:06     ` [PATCH] view: favor whitespace wrap in <head> Eric Wong
2015-12-26  0:57  7%   ` [PATCH] searchview: fixup stupid syntax error Eric Wong
2015-12-26  1:30  6% [PATCH 0/3] minor view tweaks Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).