From 19ec21616f979bd3893bdf3729d1f85ef90f9586 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 20 Feb 2017 13:45:14 +0000 Subject: [PATCH] Use absolute URLs in the client-tag forms It's more consistent with the rest of the CGI page URLs and makes it more convenient to copy the forms to external pages. --- cgisimple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgisimple.c b/cgisimple.c index 8815fcbb..c2983e30 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.144 2017/01/23 13:04:57 fabiankeil Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.145 2017/01/23 13:05:12 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -310,7 +310,7 @@ static void cgi_create_client_tag_form(char *form, size_t size, } snprintf(form, size, - "
\n" + "\n" " \n" " \n" " \n" -- 2.39.2