From 36e23d4539c5c240ee043084eb2b912d8acac21c Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Mon, 6 Aug 2007 17:23:56 +0000 Subject: [PATCH] Correction for uploads --- calexium_lib/web/CXM_making_a_web_site.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index e753b44..b41e051 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -3821,7 +3821,7 @@ define Bool radio_button_r(o,_,_,n,v,c) then false, check_box(o,_,_,n,v,c) then false, check_box_r(o,_,_,n,v,c) then false, - div(o,c) then false, + div(o,c) then contains_an_upload(c), div_empty(o) then false, hidden(_,_) then false }. -- libgit2 0.21.4