mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed double-encoding of ampersand
This commit is contained in:
parent
c6c3ddba3e
commit
161bd7acce
|
@ -49,7 +49,7 @@
|
|||
@can('delete', \App\Models\User::class)
|
||||
<div id="toolbar">
|
||||
<select name="bulk_actions" class="form-control select2" style="width: 200px;">
|
||||
<option value="delete">Bulk Checkin &amp; Delete</option>
|
||||
<option value="delete">Bulk Checkin & Delete</option>
|
||||
</select>
|
||||
<button class="btn btn-default" id="bulkEdit" disabled>Go</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue