From c27ffafa7edd188e47f78a2f2438f0e4fb6badb7 Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Wed, 29 Apr 2026 21:58:49 +0200 Subject: [PATCH] fix: add missing favicon tags to partage/index.php (error, password gate, form) --- TODO.md | 4 ++++ app/public/partage/index.php | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) 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) ?> + + + + + + +