From 91c0997dd7b92b7a50cc45fb2712c5f76b20ce02 Mon Sep 17 00:00:00 2001 From: interp Date: Wed, 16 Apr 2003 16:01:38 +0000 Subject: [PATCH] Add some distance between radio button and radio text --- scheme/httpd/surflets/simple-surflet-api.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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