diff options
Diffstat (limited to 'aux/ci/report.sh')
-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 |