aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6e0aa55..d0da373 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,11 @@
<label for='pni-threshold'>threshold:</label>
<input id='pni-threshold' name='pni-threshold' type='text' size='5' value='90.5'>%
<br>
+ <label for='strip-chevron'>strip leading chevron (<code>&gt;</code>)</label>
+ <input id='strip-chevron' name='strip-chevron' type='checkbox' checked>
+ <br>
<label for='ignore-header'>ignore header line:</label>
- <input id='ignore-header' name='ignore-header' type=checkbox checked>
+ <input id='ignore-header' name='ignore-header' type='checkbox'>
<br>
<label for='csv-input'>upload:</label>
<input id='csv-input' name='csv-input' type='file' accept='text/csv' required>