fix closing div tag

This commit is contained in:
2023-01-26 00:18:59 -06:00
committed by GitHub
parent 61e6d24e0f
commit 65996e0e7a
+1 -1
View File
@@ -85,7 +85,7 @@ function generateBodyHTML(d) {
</div>
<div class="device-info">
${PLUGINS.all[d.type].info()}
<div>
</div>
`;
}
}