objects/table: remove superfluous newlines
This commit is contained in:
parent
1159a64236
commit
58eb71dd5f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue