fix propper div wrapping

This commit is contained in:
Uwe Steinmann 2016-03-23 15:47:53 +01:00
parent c947f92a73
commit 8d5e6d9d14
2 changed files with 2 additions and 1 deletions

View File

@ -278,6 +278,7 @@ $(document).ready( function() {
</div>
</div>
<?php
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -99,8 +99,8 @@ $(document).ready(function() {
</table>
</form>
<?php
$this->contentEnd();
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}