docs: Fix label syntax

This commit is contained in:
Arseny Kapoulkine 2021-12-20 15:40:38 -08:00
parent 5e7648947b
commit fedd9a5f78
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
<textarea rows="10" cols="70" id="script"></textarea>
<div class="button-group">
<button onclick="executeScript(); return false;" class="demo-button">Run</button>
<input type="checkbox" checked="true" class="demo-button" id="output-clear">Clear Output</input>
<input type="checkbox" checked="true" class="demo-button" id="output-clear" />
<label for="output-clear">Clear Output</label>
</div>
</div>
<div>