From 043348c3ab88a2ba704663c5ddd8292ea24e3ef0 Mon Sep 17 00:00:00 2001 From: slidedraw Date: Mon, 8 Apr 2002 17:08:33 +0000 Subject: [PATCH] Changed web-site link in xml output to Chicago site. --- xlhtml/xlhtml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlhtml/xlhtml.c b/xlhtml/xlhtml.c index c2b3c73..9574c99 100644 --- a/xlhtml/xlhtml.c +++ b/xlhtml/xlhtml.c @@ -1056,7 +1056,7 @@ static void OutputTableXML(void) /* Output Credit */ printf("\tCreated with xlhtml %s\n", VERSION); - printf("\thttp://www.xlhtml.org/\n"); + printf("\thttp://chicago.sf.net/xlhtml/\n"); printf( "\n" ); }