youssefreda9 commited on
Commit
642f2ab
·
1 Parent(s): a18de37

Fix: remove extra closing div that broke summarize-area nesting

Browse files
Files changed (1) hide show
  1. src/index.html +1 -2
src/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!doctype html>
2
  <html lang="ar" dir="rtl" class="h-full">
3
  <head>
4
  <meta charset="UTF-8">
@@ -853,7 +853,6 @@
853
  </label>
854
  </div>
855
  </div>
856
- </div>
857
  <!-- Item 11: Mode Toggle -->
858
  <div class="summary-mode-toggle">
859
  <button type="button" class="summary-mode-btn active" id="summary-mode-paragraph" onclick="setSummaryMode('paragraph')">
 
1
+ <!doctype html>
2
  <html lang="ar" dir="rtl" class="h-full">
3
  <head>
4
  <meta charset="UTF-8">
 
853
  </label>
854
  </div>
855
  </div>
 
856
  <!-- Item 11: Mode Toggle -->
857
  <div class="summary-mode-toggle">
858
  <button type="button" class="summary-mode-btn active" id="summary-mode-paragraph" onclick="setSummaryMode('paragraph')">