diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis
index 20eb2ea..20fbb55 100644
--- a/calexium_lib/web/CXM_making_a_web_site.anubis
+++ b/calexium_lib/web/CXM_making_a_web_site.anubis
@@ -3758,13 +3758,13 @@ define Printable_tree
private_download(url,name,extra,action) then
format(cinfo,sn,ic_v,any_private_download(url,name,extra,action),format_element,is_https),
text_input(options, label_text, id, name, i, w) then
- [ "",
+ [if length(label_text) > 0 then [""] else [],
""],
text_input_ro(options, label_text, id, name,i,w) then
- [ "",
+ [if length(label_text) > 0 then [""] else [],
""],
password_input(options, label_text, id, name,i,w) then
- [ "",
+ [if length(label_text) > 0 then [""] else [],
""],
text_area(opts,n,i,w,h) then
[""],
--
libgit2 0.21.4