Merge branch 'seeddms-5.0.x' into develop

This commit is contained in:
Uwe Steinmann 2016-03-21 06:43:17 +01:00
commit ba47fededd
2 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
</form>
<?php
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -75,6 +75,7 @@ class SeedDMS_View_Hooks extends SeedDMS_Bootstrap_Style {
self::list_hooks();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}