From 6b2537ebd890722b0e03cc2cb0173e6f1c0c3012 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 27 Oct 2000 16:09:25 +0000 Subject: [PATCH] Set unidiff as the default diff format for non-textbased browsers too. Requested by: eivind, and some other people --- en/cgi/cvsweb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf index 5da2ebaccb..af712a0fea 100644 --- a/en/cgi/cvsweb.conf +++ b/en/cgi/cvsweb.conf @@ -7,8 +7,8 @@ # 2000 A. MUSHA # based on work by Bill Fenner # $zId: cvsweb.conf,v 1.27 2000/07/27 10:16:39 kcoar Exp $ -# $Id: cvsweb.conf,v 1.6 2000-09-23 20:37:58 knu Exp $ -# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.5 2000/09/03 18:45:10 knu Exp $ +# $Id: cvsweb.conf,v 1.7 2000-10-27 16:09:25 knu Exp $ +# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.6 2000/09/23 20:37:58 knu Exp $ # ### @@ -88,7 +88,7 @@ $cvstreedefault = 'freebsd'; # u Unified diff # c Context diff # s Side by side - "f" => ($is_textbased ? "u" : "h"), + "f" => "u", # hidecvsroot: Don't show the CVSROOT directory # 1 Hide CVSROOT directory