diff options
| author | EuAndreh <eu@euandre.org> | 2021-08-22 11:30:31 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-08-22 11:42:37 -0300 |
| commit | f024089ccb64038a571353170ae1f2c8bcb737c6 (patch) | |
| tree | da6b41c497b15a113b10fb36ad598102172fd563 | |
| parent | Have a single top-level main for running unit-tests (diff) | |
| download | gistatic-f024089ccb64038a571353170ae1f2c8bcb737c6.tar.gz gistatic-f024089ccb64038a571353170ae1f2c8bcb737c6.tar.xz | |
aux/ci/report.sh: Fix missing close tag
| -rwxr-xr-x | aux/ci/report.sh | 3 |
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 |
