9b75c3f8f1
Provided by Berndt Josef Wulf (wulf@ping.net.au) in PR 8751 with some modifications by myself.
12 lines
705 B
Text
12 lines
705 B
Text
$NetBSD: patch-aa,v 1.1.1.1 1999/11/06 16:50:47 wennmach Exp $
|
|
--- cgitest.c.ORIG Wed Nov 3 21:41:58 1999
|
|
+++ cgitest.c Wed Nov 3 21:42:15 1999
|
|
@@ -113,7 +113,7 @@
|
|
cgiHeader();
|
|
printf ("<html>\n<head><title>cgilib</title></title>\n\n<body bgcolor=\"#ffffff\">\n");
|
|
printf ("<h1><a href=\"%s\">cgilib</a></h1>\n", URL);
|
|
- printf ("<h3>Cookie "Library" set</h3>\n");
|
|
+ printf ("<h3>Cookie \"Library\" set</h3>\n");
|
|
printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest\">Test</a><p>\n");
|
|
printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest/redirect\">Redirect</a><p>\n");
|
|
printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest/listall\">List Everything</a><p>\n");
|