Skip to content

Commit

Permalink
html layout bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Jun 25, 2015
1 parent ee15f6c commit e540f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/default/grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</tbody>
<?= $grid->footer() ? $grid->footer()->render() : '' ?>
<?php # Hidden input for submitting form by pressing enter if there are no other submits ?>
<input type="submit" style="visibility: hidden;" />
<input type="submit" style="display: none;" />
</table>
</form>

0 comments on commit e540f0f

Please sign in to comment.