Skip to content

Commit

Permalink
Merge pull request #8 from bluzphp/develop
Browse files Browse the repository at this point in the history
Fixed bluz events codestyle
  • Loading branch information
Anton authored Oct 10, 2017
2 parents f2e8055 + 9e338d4 commit dff77b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/modules/options/views/crud.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<?php endif; ?>
<div class="modal-header">
<h4 class="modal-title"><?=__('Options')?></h4>
<button type="button" class="close" data-dismiss="modal">&times;</button>
<button type="button" class="close" data-dismiss="modal" aria-label="<?=__('Close')?>">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<?php if ($method === 'PUT') :?>
Expand Down

0 comments on commit dff77b3

Please sign in to comment.