objects/table: remove superfluous newlines

This commit is contained in:
Thomas Gelf 2015-12-09 12:24:32 +01:00
parent 1159a64236
commit 58eb71dd5f
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<h1><?= $this->escape($this->title) ?></h1>
<span data-base-target="_next">
<?= $this->addLink ?>
</span><br />
<?= $this->filterEditor ?><br />
</span>
<?= $this->filterEditor ?>
<?= $this->table->getPaginator() ?>
</div>