From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- htmlform.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 htmlform.scm (limited to 'htmlform.scm') diff --git a/htmlform.scm b/htmlform.scm old mode 100644 new mode 100755 index 143eccc..90d45cf --- a/htmlform.scm +++ b/htmlform.scm @@ -23,6 +23,7 @@ (require 'object->string) (require 'string-search) (require 'databases) +(require 'multiarg-apply) (require 'common-list-functions) ;;;;@code{(require 'html-form)} @@ -102,7 +103,7 @@ (sprintf #f "\\n") (sprintf #f "%s" (html:comment "HTML by SLIB" - "http://swiss.csail.mit.edu/~jaffer/SLIB")) + "http://people.csail.mit.edu/jaffer/SLIB")) (sprintf #f " \\n %s\\n %s\\n \\n" (html:plain title) (apply string-append args)) (if (and backlink (substring-ci? "

" backlink)) -- cgit v1.2.3