Removed duplicate sentence in comment.

This commit is contained in:
mainzelm 2002-09-13 09:18:34 +00:00
parent d5b2b448d9
commit 84a92fb2b5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
;;; See http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html ;;; See http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
;;; About HTML forms ;;; 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 ;;; The form's field data are turned into a single string, of the form
;;; name=val&name=val ;;; name=val&name=val
;;; where the <name> and <val> parts are URI encoded to hide their ;;; where the <name> and <val> parts are URI encoded to hide their