fix: add missing favicon tags to partage/recapitulatif.php

This commit is contained in:
Pontoporeia
2026-04-30 11:38:08 +02:00
parent 9ba60084bf
commit 0960afb731
3 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
## Bug fixes (continued)
- [x] Fix missing favicon tags in `partage/recapitulatif.php`
- [x] Fix fatal `Class "SmtpRelay" not found` in `StudentEmail.php` — add `require_once SmtpRelay.php` before `StudentEmail.php` in `partage/index.php`
- [x] Add missing favicon tags to all three `<head>` blocks in `partage/index.php` (error page, password gate, main form)