URI escape address annotations

This commit is contained in:
mainzelm 2004-02-02 10:24:05 +00:00
parent ff5bca073d
commit b65323b81b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
(<= (length annotation) 1))
(let ((index (if (null? annotation)
(address-add-annotation! address "")
(address-add-annotation! address (car annotation)))))
(address-add-annotation! address (escape-uri (car annotation))))))
(string-append message "?" (address-name address)
"=" index)))
((eq? message 'address)