From 84a92fb2b50f043846abc7e0402a236bfa72dd18 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 13 Sep 2002 09:18:34 +0000 Subject: [PATCH] Removed duplicate sentence in comment. --- scheme/lib/parse-forms.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/lib/parse-forms.scm b/scheme/lib/parse-forms.scm index 251f143..789a037 100644 --- a/scheme/lib/parse-forms.scm +++ b/scheme/lib/parse-forms.scm @@ -9,7 +9,7 @@ ;;; See http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html ;;; About HTML forms -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; The form's field data are turned into a single string, of the form +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; The form's field data are turned into a single string, of the form ;;; name=val&name=val ;;; where the and parts are URI encoded to hide their