Skip to content

Commit 3f68dee

Browse files
committed
remove old table_attr
1 parent c524c56 commit 3f68dee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/formats/style_render.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def _translate(
366366
if not get_option("styler.html.mathjax"):
367367
table_attr = table_attr or ""
368368
if 'class="' in table_attr:
369-
table_attr = table_attr.replace('class="', 'class="tex2jax_ignore ')
370369
table_attr = table_attr.replace(
371370
'class="', 'class="tex2jax_ignore mathjax_ignore '
372371
)

0 commit comments

Comments
 (0)