diff --git a/ui/wolf.ui.js b/ui/wolf.ui.js index 19e38ea..f575d52 100644 --- a/ui/wolf.ui.js +++ b/ui/wolf.ui.js @@ -125,7 +125,7 @@ var dlg = UI.instanceTemplate({ type: "div", controller: controller, a: { "class": "wolf-dialog-message-body" }, w: {}, c: [ - { type: "", value: text }, + { type: "div", a: { "class": "wolf-dialog-message-text" }, w: {}, c: [{ type: "", value: text }]}, { type: "div", a: { "class": "wolf-dialog-message-buttons" }, w: {}, c: bts } ] }, { parent: element })[0];