Fix markup.

This commit is contained in:
James Brooks 2015-04-03 17:17:39 +01:00
parent 39bf9f789c
commit cee25ba530

View File

@ -74,13 +74,13 @@
</div>
<div class="form-group">
<label>
<input type="checkbox" name="settings[show_support]" value="1" checked >
{!! trans("setup.show_support") !!}
<input type="checkbox" name="settings[show_support]" value="1" checked>
{{ trans("setup.show_support") }}
</label>
</div>
<div class="form-group">
<label>
<input type="checkbox" name="settings[app_track]" value="1" checked >
<input type="checkbox" name="settings[app_track]" value="1" checked>
{{ trans("setup.allow_tracking") }}
</label>
</div>