From aded7fc8580c0837ad195f652864b9b7481d60ab Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 30 May 2001 03:02:47 +0000 Subject: Add border=0 in included swat images to get rid of the link border stuff. Much prettier looking. (This used to be commit 16031364a8ce20cf425c758d3fd5035a776e9d9b) --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index 9126d05914..b25641909f 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -421,7 +421,7 @@ static void commit_parameters(int snum) ****************************************************************************/ static void image_link(char *name,char *hlink, char *src) { - printf("\"%s\"\n", + printf("\"%s\"\n", cgi_baseurl(), hlink, src, name); } -- cgit