File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
Words/phrases are separated by:
58
58
</ label >
59
59
< select id ="delimiter " class ="form-control js-delimiter ">
60
- < option value =", " selected =" selected " > Comma</ option >
60
+ < option value =", " selected > Comma</ option >
61
61
< option value =" "> Space</ option >
62
62
< option value =" "> Newline</ option >
63
63
</ select >
64
64
</ div >
65
65
66
66
< div class ="form-group form-check ">
67
- < input type ="checkbox " checked =" checked " id ="case " class ="form-check-input js-case ">
67
+ < input type ="checkbox " checked id ="case " class ="form-check-input js-case ">
68
68
< label class ="form-check-label " for ="case ">
69
69
Case-sensitive
70
70
</ label >
71
71
</ div >
72
72
73
73
< div class ="form-group form-check ">
74
- < input type ="checkbox " checked =" checked " id ="trim " class ="form-check-input js-trim ">
74
+ < input type ="checkbox " checked id ="trim " class ="form-check-input js-trim ">
75
75
< label class ="form-check-label " for ="trim ">
76
76
Trim whitespace surrounding each word/phrase
77
77
</ label >
You can’t perform that action at this time.
0 commit comments