add missing contentEnd()

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

View File

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

View File

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