remove rogue semi-colon

Man this was driving me insane trying to find the source of this semi-colon
This commit is contained in:
2023-02-08 16:46:54 -06:00
committed by GitHub
parent 5f10edfae8
commit be657f2341
+1 -1
View File
@@ -37,7 +37,7 @@ function drawDeviceFrame(id) {
<link href='src/assets/css/plugin_default.css' rel='stylesheet' type='text/css'>
</head>
<body>
${generateBodyHTML(d)};
${generateBodyHTML(d)}
</body>
</html>
`;