fix indenting of line

This commit is contained in:
Uwe Steinmann 2023-02-02 19:15:54 +01:00
parent 2ab8cd5215
commit 81ff5aef93

View File

@ -39,7 +39,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
} /* }}} */
protected function showEndPaneContent($name, $currenttab) { /* {{{ */
echo '</table>';
echo '</table>';
$this->contentContainerEnd();
parent::showEndPaneContent($name, $currenttab);
} /* }}} */