From f024089ccb64038a571353170ae1f2c8bcb737c6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 11:30:31 -0300 Subject: aux/ci/report.sh: Fix missing close tag --- aux/ci/report.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 <> "$OUT" display: inline; } ol { - list-style-type: disc; + list-style-type: disc; } @@ -93,6 +93,7 @@ done cat <> "$OUT" + EOF -- cgit v1.2.3