Fix mistake

This commit is contained in:
Pierre HUBERT 2018-07-06 18:43:14 +02:00
parent 89df9f0315
commit f90dc5d9ae

View File

@ -71,6 +71,7 @@ ComunicWeb.pages.groups.pages.forbidden = {
//Box body //Box body
var boxBody = createElem2({ var boxBody = createElem2({
appendTo: box, appendTo: box,
type: "div",
class: "box-body" class: "box-body"
}); });