Skip to content

Commit 325178c

Browse files
chart: fix showLeaderLines tag
PR #1020
1 parent d213f8e commit 325178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlsxwriter/chart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ def _write_show_leader_lines(self):
39283928

39293929
self._xml_start_tag("c:extLst")
39303930
self._xml_start_tag("c:ext", attributes)
3931-
self._xml_empty_tag("<c15:showLeaderLines", [("val", 1)])
3931+
self._xml_empty_tag("c15:showLeaderLines", [("val", 1)])
39323932
self._xml_end_tag("c:ext")
39333933
self._xml_end_tag("c:extLst")
39343934

0 commit comments

Comments
 (0)