Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -193,8 +193,8 @@
|
|
193 |
|
194 |
<!-- E-removal option (initially hidden) -->
|
195 |
<div class="option-container hidden" id="e-removal-option">
|
196 |
-
<input type="checkbox" id="remove-e-checkbox" class="option-checkbox">
|
197 |
-
<label for="remove-e-checkbox" class="option-label"
|
198 |
Remove letter "e" (except between identical letters)
|
199 |
</label>
|
200 |
</div>
|
|
|
193 |
|
194 |
<!-- E-removal option (initially hidden) -->
|
195 |
<div class="option-container hidden" id="e-removal-option">
|
196 |
+
<input type="checkbox" id="remove-e-checkbox" class="option-checkbox" checked>
|
197 |
+
<label for="remove-e-checkbox" class="option-label">
|
198 |
Remove letter "e" (except between identical letters)
|
199 |
</label>
|
200 |
</div>
|