settings: fix nasty redirect target issue

This commit is contained in:
Thomas Gelf 2015-07-30 09:50:51 +02:00
parent 830fcad7ff
commit cdc9d002bc
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
<?= $this->tabs ?>
</div>
<div class="content" data-base-target="_next">
<?= $form; ?>
<div class="content">
<?= $form ?>
</div>