mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 02:40:53 +01:00
docs: Fix label syntax
This commit is contained in:
parent
5e7648947b
commit
fedd9a5f78
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue