Commit d555fd63f39d3292968085133e5fd25fac9d297c

Authored by Cédric RICARD
1 parent c1719116

Smalls changes for W3C conformance

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
calexium_lib/web/CXM_making_a_web_site.anubis
... ... @@ -2811,7 +2811,7 @@ define URL_or_JavaScript
2811 2811 " var u = \"",the_url,"\";\n",
2812 2812 " fa.action = u;\n",
2813 2813 " fa.submit(); }",
2814   - "</script>"
  2814 + "</script>\n"
2815 2815 ],
2816 2816 [fn_name,"();"]
2817 2817 )
... ... @@ -3178,7 +3178,7 @@ define Printable_tree
3178 3178 [ "<script type=\"text/javascript\" language=\"JavaScript\">",
3179 3179 " var lpust_",n," = new Array(); ",
3180 3180 " lpust_",n,"[0] = 0; ",
3181   - "</script>",
  3181 + "</script>\n",
3182 3182 "<a href=\"javascript:show_local_popup('lpu_",n,"','lpust_",n,"');\">",
3183 3183 if aspect is
3184 3184 {
... ... @@ -3534,7 +3534,7 @@ define Printable_tree
3534 3534 " c_",idnum,".left = x_",idnum,";\n",
3535 3535 " c_",idnum,".top = y_",idnum,";\n",
3536 3536 " }\n",
3537   - "</script>",
  3537 + "</script>\n",
3538 3538 "<table>",
3539 3539 "<tbody>",
3540 3540 "<tr>",
... ... @@ -3875,7 +3875,7 @@ define String
3875 3875 HTML_In_Form form_content
3876 3876 ) =
3877 3877 if contains_an_upload(form_content)
3878   - then " enctype=multipart/form-data"
  3878 + then " enctype=\"multipart/form-data\""
3879 3879 else "".
3880 3880  
3881 3881  
... ...