diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index e1d6a61..482a7be 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -3650,7 +3650,7 @@ define Printable_tree any_actioner(c,t,a,an,eo,ja,fn) then format_actioner(cinfo,sn,c,t,a,an,eo,ja,fn,is_https), any_foreign_link(options,url) then - [""], + [""], // IE7 doesn't support the form any_foreign_link(options,url,name) then ["",name,""], any_private_download(url,name,extra_ext,action) then @@ -4091,7 +4091,7 @@ define Printable_tree html_page(title,metas,css_styles, css_files, js_files, body) then if body is body(options,element) then [ doctype_w3c_header, - "\n", + "\n", "\n", add_css_styles(css_styles), add_css_files(css_files), -- libgit2 0.21.4