Skip to content

Commit

Permalink
Restore linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Aug 26, 2024
1 parent 13d16ed commit 9e1d278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion great_tables/_utils_render_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def create_heading_component_h(data: GTData) -> StringBuilder:
<td colspan="{n_cols_total}" class="gt_heading gt_subtitle gt_font_normal gt_bottom_border">{subtitle}</td>
</tr>"""
else:
heading = f"""<tr class="gt_heading">
heading = f"""
<tr class="gt_heading">
<td colspan="{n_cols_total}" class="gt_heading gt_title gt_font_normal">{title}</td>
</tr>"""

Expand Down

0 comments on commit 9e1d278

Please sign in to comment.