Skip to content

Commit ca3301d

Browse files
committed
fix(plot.jupy) bad <div> termination since Nov2019
1 parent 8bf109b commit ca3301d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def _dot2svg(dot):
201201
graphtik_load_panZoom_script_n_render()
202202
</script>
203203
{svg_txt}
204-
</</>
204+
</div>
205205
"""
206206
return html_txt
207207

0 commit comments

Comments
 (0)