Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 7, 2024
1 parent 9ede190 commit 49d88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/views/fields/partials/filelist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="files-list">
<div>
<fieldset class="form-togglegroup files-list-view-as" data-field-name=" <?= $field->name() ?>">
<fieldset class="form-togglegroup files-list-view-as" data-field-name="<?= $field->name() ?>">
<label class="form-label"><input class="form-input" type="radio" name="<?= $field->name() ?>-list-view-as" value="list" checked data-form-ignore="true" autocomplete="off"><span title="<?= $this->translate('panel.files.viewAsList') ?>"><?= $this->icon('file-list') ?></span></label>
<label class="form-label"><input class="form-input" type="radio" name="<?= $field->name() ?>-list-view-as" value="thumbnails" data-form-ignore="true" autocomplete="off"><span title="<?= $this->translate('panel.files.viewAsThumbnails') ?>"><?= $this->icon('file-icons') ?></span></label>
</fieldset>
Expand Down

0 comments on commit 49d88eb

Please sign in to comment.