From 280f2002c6e5c9691fb569e4818c226cec260887 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Jul 2020 19:15:33 -0400 Subject: Don't use KHTML_PRETTY It's kinda of unpredictable and can lead to unintended whitespace. --- search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.c') diff --git a/search.c b/search.c index 88c59a8..878e0f7 100644 --- a/search.c +++ b/search.c @@ -58,7 +58,7 @@ enum kcgi_err searchPage(struct kreq *req) { struct khtmlreq html; error = error || khttp_body(req) - || khtml_open(&html, req, KHTML_PRETTY) + || khtml_open(&html, req, 0) || htmlHead(&html, scope.query) || htmlNav(&html, scope) || khtml_elem(&html, KELEM_TABLE); -- cgit 1.4.1 oup label='branches'> web frontend for git
about summary refs log tree commit diff
path: root/ui-repolist.h (unfollow)
Commit message (Expand)Author
2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld
2013-04-27t0001: validate Git -rcN version numbers correctlyJohn Keeping
2013-04-27git: update to 1.8.2.2John Keeping
2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping
2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping
2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping
2013-04-15t0109: test more URLsJohn Keeping
2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer
2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer
2013-04-10tests/: Do not use `sed -i`Lukas Fleischer
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-10t0109: chain operations with &&John Keeping
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer
2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer