From 195742572681d6c2583de392131d1be86ef52f48 Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Tue, 3 Jan 2012 16:09:59 +0000 Subject: ui-ssdiff.c: set correct diffmode in "control panel" When side-by-side-diffs=1 was set in cgitrc, specifying 'ss=0' in the querystring would not set the 'unified' option as active in the dropdown box used to select diffmode. --- ui-diff.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui-diff.c') diff --git a/ui-diff.c b/ui-diff.c index af24a6c..c6bad63 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -341,9 +341,7 @@ void cgit_print_diff_ctrls() html("mode:"); html(""); html(""); -- cgit v1.2.3-59-g8ed1b