Skip to content

Commit cd21775

Browse files
committed
Merge branch 'master' of github.com:sandialabs/SpecUtils
2 parents 4ed08c1 + 5897e03 commit cd21775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/D3SpectrumExport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ D3SpectrumChartOptions::D3SpectrumChartOptions()
690690

691691
const string div_id = "chart1";
692692

693-
ostr << "<body><div id=\"" << div_id << "\" class=\"chart\" oncontextmenu=\"return false;\";></div>" << endline; // Adding the main chart div
693+
ostr << "<body><div id=\"" << div_id << "\" class=\"chart\" oncontextmenu=\"return false;\"></div>" << endline; // Adding the main chart div
694694

695695

696696
ostr << "<script>" << endline;

0 commit comments

Comments
 (0)