diff --git a/scheme/httpd/surflets/simple-surflet-api.scm b/scheme/httpd/surflets/simple-surflet-api.scm index 306ec5b..e579539 100644 --- a/scheme/httpd/surflets/simple-surflet-api.scm +++ b/scheme/httpd/surflets/simple-surflet-api.scm @@ -150,7 +150,9 @@ `(tr (td ,text) (td (table (tr ,@(map (lambda (radio choice) - `((td ,radio) (td ,choice))) + `((td ,radio ,choice + ;; Add some distance + (nbsp)(nbsp)))) radios choices))))))) (else