From f45ea158fbb0a9512d06a23c727f432683552225 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Fri, 27 Jul 2007 21:40:41 +0000 Subject: [PATCH] Re-adding the 'o' prefix for radio button's name --- calexium_lib/web/CXM_making_a_web_site.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index 1edf8ed..4107b50 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -3711,9 +3711,9 @@ define Printable_tree radio_button(options, label_text, id, n, v, c) then [ "", - ""], + ""], radio_button_r(options, label_text, id, n, v, c) then - [ "", + [ "", ""], check_box(options, label_text, id, n, v, c) then [ if length(label_text) > 0 then [""] else [""], -- libgit2 0.21.4