remove contentContainerEnd() as there is no corresponding Start

This commit is contained in:
Uwe Steinmann 2016-04-22 09:15:15 +02:00
parent 78344f2c77
commit 8b3289aa8a

View File

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