Update tinystatus

This commit is contained in:
Lab-8916100448256 2021-10-07 21:01:29 +02:00 committed by GitHub
parent c8e12a2dea
commit 1ad800d0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if [ -f "${incidentsfile}" ]; then
if [ -s "${incidentsfile}" ]; then
sed 's|^\(.*\)$|<p>\1</p>|' "${incidentsfile}"
else
echo '<p>Aucun incident n'est documenté ;)</p>'
echo '<p>Aucun incident documenté ;)</p>'
fi
fi
cat <<EOF