improved error message
svn: r8574 original commit: 11d4f9c00cebc9ea7c3dcb822ad9a5a64af43d49
This commit is contained in:
parent
c0170dc646
commit
6472b1a786
|
@ -207,7 +207,7 @@
|
|||
;; -- string is either GET or POST (though future extension is possible)
|
||||
(define (get-cgi-method)
|
||||
(or (getenv "REQUEST_METHOD")
|
||||
(error 'get-cgi-method "REQUEST_METHOD environment variable: expected string, got #f")))
|
||||
(error 'get-cgi-method "no REQUEST_METHOD environment variable")))
|
||||
|
||||
;; generate-link-text : string x html-string -> html-string
|
||||
(define (generate-link-text url anchor-text)
|
||||
|
|
Loading…
Reference in New Issue
Block a user