mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix html label mistake (#3459)
This commit is contained in:
parent
25f4fbf2bb
commit
380a08242a
@ -21,7 +21,7 @@
|
|||||||
<label style="width:100%;"><span data-i18n="json.label.o2j"></span></label>
|
<label style="width:100%;"><span data-i18n="json.label.o2j"></span></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row node-json-to-json-options" style="padding-left: 20px;">
|
<div class="form-row node-json-to-json-options" style="padding-left: 20px;">
|
||||||
<input style="width:20px; vertical-align:top; margin-right: 5px;" type="checkbox" id="node-input-pretty"><label style="width: auto;" for="node-input-pretty" data-i18n="json.label.pretty"></span>
|
<input style="width:20px; vertical-align:top; margin-right: 5px;" type="checkbox" id="node-input-pretty"><label style="width: auto;" for="node-input-pretty" data-i18n="json.label.pretty"></label>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user