add missing containerEnd

This commit is contained in:
Uwe Steinmann 2016-08-08 22:38:51 +02:00
parent 7f7bb2926d
commit e4d589e9a7

View File

@ -711,7 +711,8 @@ if(!is_writeable($settings->_configFilePath)) {
} }
?> ?>
</table> </table>
</div> <?php $this->contentContainerEnd(); ?>
</div>
</div> </div>
<?php <?php
if(is_writeable($settings->_configFilePath)) { if(is_writeable($settings->_configFilePath)) {