Yannael_LB commited on
Commit
f41116a
·
1 Parent(s): a6a78bd
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -100,7 +100,7 @@ def section_to_html(section_json_data):
100
  title_link = f"""<div class="transcript-title-icon" " id="{num_section}">{num_section+1} - {title}</div>"""
101
 
102
  summary_section = f"""
103
- <h2>{title_link}</h2>
104
  {from_to}
105
  <p>
106
  <div class="summary-section">
 
100
  title_link = f"""<div class="transcript-title-icon" " id="{num_section}">{num_section+1} - {title}</div>"""
101
 
102
  summary_section = f"""
103
+ <a id="{num_section}"><h2>{title_link}</h2></a>
104
  {from_to}
105
  <p>
106
  <div class="summary-section">