Skip to content

Commit 6b26b9b

Browse files
authored
Fix closing div tag
1 parent 9e9b31c commit 6b26b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plotly.NET.Interactive/Formatters.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Formatters =
1010
<div>
1111
[CHART]
1212
[DESCRIPTION]
13-
</div
13+
</div>
1414
"""
1515

1616
/// Converts a GenericChart to it's HTML representation and embeds it in a div element, together with the chart description for display in notebook environments.

0 commit comments

Comments
 (0)