diff --git a/views/bootstrap/class.RoleMgr.php b/views/bootstrap/class.RoleMgr.php
index ba1aaeda9..e91b7ad3a 100644
--- a/views/bootstrap/class.RoleMgr.php
+++ b/views/bootstrap/class.RoleMgr.php
@@ -150,6 +150,7 @@ $(document).ready( function() {
contentContainerStart();
$this->formField(
getMLText("role_name"),
array(
@@ -187,6 +188,7 @@ $(document).ready( function() {
)
);
}
+ $this->contentContainerEnd();
if($currRole && $accessop->check_controller_access('RoleMgr', array('action'=>'editrole')) || !$currRole && $accessop->check_controller_access('RoleMgr', array('action'=>'addrole'))) {
$this->formSubmit(" ".getMLText($currRole ? "save" : "add_role"));
}