diff --git a/TODO.md b/TODO.md index 8dd6bb3..8748006 100644 --- a/TODO.md +++ b/TODO.md @@ -28,6 +28,10 @@ - [x] `schema.sql` — updated `form_help_blocks` DDL with `sort_order` - [x] Vendor SortableJS 1.15.2 into `assets/js/sortable.min.js` (remove CDN dependency) +## Bug fixes (continued) + +- [x] Add missing favicon tags to all three `` blocks in `partage/index.php` (error page, password gate, main form) + ## CSS refactor - [x] Move semantic HTML element baseline styles into common.css diff --git a/app/public/partage/index.php b/app/public/partage/index.php index 55e2151..e82cefc 100644 --- a/app/public/partage/index.php +++ b/app/public/partage/index.php @@ -102,6 +102,13 @@ function renderShareLinkError(string $title, string $message): void <?= $pageTitle ?> + + + + + + + @@ -148,6 +155,13 @@ function requirePasswordGate(array $link, string $slug): void <?= htmlspecialchars($pageTitle) ?> + + + + + + + @@ -221,6 +235,13 @@ function renderShareLinkForm(string $slug, array $link): void <?= htmlspecialchars($pageTitle) ?> + + + + + + +