aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-16 20:06:16 -0400
committerBrian Cully <bjc@spork.org>2025-07-16 20:06:16 -0400
commit8776d676c34b66551abfdb5bc7e85434e7ae46e7 (patch)
tree3c427fe83e853034807d915cba26b7bc36e8ad71 /index.html
parent308eee80b1914d02a8b0968d9e68c32904444bb3 (diff)
downloadpnit-8776d676c34b66551abfdb5bc7e85434e7ae46e7.tar.gz
pnit-8776d676c34b66551abfdb5bc7e85434e7ae46e7.zip
add default option to strip leading chevrons
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>