diff options
author | EuAndreh <eu@euandre.org> | 2021-08-20 19:27:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-20 19:27:07 -0300 |
commit | bd2a738fe8397f7a70bb68147c82516e4ec61ce5 (patch) | |
tree | 6511e7bcf11307224ae3591c02753f34e5038d8a | |
parent | aux/ci/report.sh: Fix inconsistent indentation (diff) | |
download | git-permalink-bd2a738fe8397f7a70bb68147c82516e4ec61ce5.tar.gz git-permalink-bd2a738fe8397f7a70bb68147c82516e4ec61ce5.tar.xz |
aux/ci/report.sh: Add missing closing </main> tag
-rwxr-xr-x | aux/ci/report.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 5b84c28..6f18f0f 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -93,6 +93,7 @@ done cat <<EOF >> "$OUT" </ol> + </main> </body> </html> EOF |