diff --git a/web/CXM_dojo.anubis b/web/CXM_dojo.anubis
index 0d05e6c..fd8df36 100644
--- a/web/CXM_dojo.anubis
+++ b/web/CXM_dojo.anubis
@@ -227,7 +227,7 @@ public define HTML_Off_Form
success(to_do_cancel) then to_do_cancel
}+ "\">" + cancel_label + ""
}),
- literal("
")
+ br,
])
)
])
@@ -375,9 +375,9 @@ public define HTML_Off_Form
literal(
""),
div_empty([id(html_id.id) . attributes /*attr("dojoType", "dojox.Grid"), */]),
]).
@@ -386,20 +386,18 @@ public define HTML_Off_Form
public define HTML_Off_Form
dojo_message_box
- (
- HTML_Off_Form name1,
- HTML_Off_Form name2,
- )
- =
- sequence([
- literal("
"),
- div([class("message_box")],
- sequence([
- div([id("node3"), class("box nopad hidden")], name1),
- div([id("node4"), class("box two nopad")], name2),
- ])),
- literal("
"),
- ]).
+ (
+ HTML_Off_Form name1,
+ HTML_Off_Form name2,
+ )=
+ sequence([
+ br,
+ div([class("message_box")], [
+ div([id("node3"), class("box nopad hidden")], name1),
+ div([id("node4"), class("box two nopad")], name2),
+ ]),
+ br,
+ ]).
--
libgit2 0.21.4