diff --git a/views/bootstrap/class.Acl.php b/views/bootstrap/class.Acl.php index dd12512bd..fb42be0fb 100644 --- a/views/bootstrap/class.Acl.php +++ b/views/bootstrap/class.Acl.php @@ -278,6 +278,7 @@ $(document).ready( function() { contentEnd(); $this->htmlEndPage(); } /* }}} */ } diff --git a/views/bootstrap/class.AddTransmittal.php b/views/bootstrap/class.AddTransmittal.php index 5d3b6439e..aa9528c9e 100644 --- a/views/bootstrap/class.AddTransmittal.php +++ b/views/bootstrap/class.AddTransmittal.php @@ -99,8 +99,8 @@ $(document).ready(function() { contentEnd(); $this->contentContainerEnd(); + $this->contentEnd(); $this->htmlEndPage(); } /* }}} */ }