aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-22 11:30:31 -0300
committerEuAndreh <eu@euandre.org>2021-08-22 11:42:37 -0300
commitf024089ccb64038a571353170ae1f2c8bcb737c6 (patch)
treeda6b41c497b15a113b10fb36ad598102172fd563 /aux
parentHave a single top-level main for running unit-tests (diff)
downloadgistatic-f024089ccb64038a571353170ae1f2c8bcb737c6.tar.gz
gistatic-f024089ccb64038a571353170ae1f2c8bcb737c6.tar.xz
aux/ci/report.sh: Fix missing close tag
Diffstat (limited to 'aux')
-rwxr-xr-xaux/ci/report.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh
index 2b50106..6f18f0f 100755
--- a/aux/ci/report.sh
+++ b/aux/ci/report.sh
@@ -60,7 +60,7 @@ cat <<EOF >> "$OUT"
display: inline;
}
ol {
- list-style-type: disc;
+ list-style-type: disc;
}
</style>
</head>
@@ -93,6 +93,7 @@ done
cat <<EOF >> "$OUT"
</ol>
+ </main>
</body>
</html>
EOF