Skip to content

Commit 52182e2

Browse files
authored
Fix default value for const option
1 parent f19bfcf commit 52182e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="content-subhead">Generator</h2>
9292
</label>
9393

9494
<label class="pure-checkbox" for="use_const">
95-
<input type="checkbox" id="use_const" name="use_const" />
95+
<input type="checkbox" id="use_const" name="use_const" checked />
9696
use_const
9797
</label>
9898
</fieldset>

0 commit comments

Comments
 (0)