Skip to content

Commit 9f22659

Browse files
committed
changed table border style to in line css
1 parent a2315af commit 9f22659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _write_table(self, indent: int = 0) -> None:
263263
border_attr = f' border="{self.border}"'
264264

265265
self.write(
266-
f'<table{border_attr} class="{" ".join(_classes)}"{id_section}>',
266+
f'<table style={border_attr} class="{" ".join(_classes)}"{id_section}>',
267267
indent,
268268
)
269269

0 commit comments

Comments
 (0)