From d555fd63f39d3292968085133e5fd25fac9d297c Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Sun, 16 Sep 2007 11:09:48 +0000 Subject: [PATCH] Smalls changes for W3C conformance --- calexium_lib/web/CXM_making_a_web_site.anubis | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index 3999bcf..85fb5a2 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -2811,7 +2811,7 @@ define URL_or_JavaScript " var u = \"",the_url,"\";\n", " fa.action = u;\n", " fa.submit(); }", - "" + "\n" ], [fn_name,"();"] ) @@ -3178,7 +3178,7 @@ define Printable_tree [ "", + "\n", "", if aspect is { @@ -3534,7 +3534,7 @@ define Printable_tree " c_",idnum,".left = x_",idnum,";\n", " c_",idnum,".top = y_",idnum,";\n", " }\n", - "", + "\n", "", "", "", @@ -3875,7 +3875,7 @@ define String HTML_In_Form form_content ) = if contains_an_upload(form_content) - then " enctype=multipart/form-data" + then " enctype=\"multipart/form-data\"" else "". -- libgit2 0.21.4