From 5a1b2f92b42b12b2df27afae4168a579427d4f18 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Mon, 17 Dec 2007 18:09:58 +0000 Subject: [PATCH] Fix a DOM bug under IE7 --- calexium_lib/web/CXM_making_a_web_site.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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