Skip to content

Commit

Permalink
checked by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLane committed Apr 5, 2021
1 parent d46becb commit eea3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>Input</h2>
<label for="auto-format" class="control-label" title="Center the headers and right-align numbers in the output table">Auto-Format:
<input id="auto-format" checked="true" type="checkbox" title="Center the headers and right-align numbers in the output table" onchange="createTable()"></label>
<label for="trim-input" class="control-label" title="Trim the input lines before parsing">Trim Input Lines:
<input id="trim-input" type="checkbox" title="Trim the input lines before parsing" onchange="createTable()"></label>
<input id="trim-input" checked="true" type="checkbox" title="Trim the input lines before parsing" onchange="createTable()"></label>
</div>
<div class="row">
<label for="separator" class="control-label" title="Identify character for custom separator, default is the tab character">Custom Separator:
Expand Down

0 comments on commit eea3770

Please sign in to comment.