From 19b3dcea79a7058bdd6e153461a7e967e68db921 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 5 Nov 2015 17:47:51 +0000 Subject: Unify the three stylesheets into a single CSS file. Many thanks to bentley@ for doing this work. --- cgi.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index 279399ff..bd9634e5 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.112 2015/10/22 22:06:43 schwarze Exp $ */ +/* $Id: cgi.c,v 1.113 2015/11/05 17:47:51 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -377,15 +377,13 @@ resp_begin_html(int code, const char *msg) "\n" "\n" "\n" - "\n" - "\n" "%s\n" "\n" "\n" "\n", - CSS_DIR, CSS_DIR, CUSTOMIZE_TITLE); + CSS_DIR, CUSTOMIZE_TITLE); } static void -- cgit v1.2.3