Skip to content

Commit

Permalink
Fix invalid html (elements between the head and body).
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Feb 11, 2021
1 parent 6d1ab21 commit d1ebb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otmonitor.vfs/docroot/status.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
% global gui error theme
<!DOCTYPE html>
<html>
<head><title>Opentherm Gateway Status Summary</title></head>
<head><title>Opentherm Gateway Status Summary</title>
<link rel="stylesheet" type="text/css" href="$theme.css">
<script>
var query = {"var" : \["gui", "error"\]};
</script>
<script src="status.js"></script>
</head>
<body>
<div id="section">
<h1>Opentherm Gateway Status Summary</h1>
Expand Down

0 comments on commit d1ebb0d

Please sign in to comment.