abdelhaqueidali commited on
Commit
e8acdac
·
verified ·
1 Parent(s): 21e1e36

Update index.html

Browse files
Files changed (1) hide show
  1. 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" value="true">
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>