Fix : set name for tiled background checkbox
This commit is contained in:
parent
59195c9fb6
commit
9af23baa88
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div class="settings-item">
|
||||
<label for="tiled-preview">Display tiled preview :</label>
|
||||
<input type="checkbox" value="1" id="tiled-preview" class="tiled-preview-checkbox"/>
|
||||
<input type="checkbox" value="1" id="tiled-preview" name="tiled-preview-checkbox"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue