From 847d6b2656c148c064ff71824e6e4bb127168be0 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sat, 4 Apr 2026 22:38:39 -0400 Subject: [PATCH] fix: malformed img tag in header avatar + notif footer inline styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Avatar img tag was missing closing > — the endif fired before the tag closed, causing the initials span to be parsed as an attribute value; this would silently break the avatar fallback when image fails to load - Replace style="width:100%;text-align:center" on notif footer link with lt-w-full lt-text-center utility classes Co-Authored-By: Claude Sonnet 4.6 --- views/layout_header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout_header.php b/views/layout_header.php index 3535c9f..07334dc 100644 --- a/views/layout_header.php +++ b/views/layout_header.php @@ -165,7 +165,7 @@ $_lt_assetVer = $GLOBALS['config']['ASSET_VERSION'] ?? '20260329'; 0): ?> @@ -195,7 +195,7 @@ $_lt_assetVer = $GLOBALS['config']['ASSET_VERSION'] ?? '20260329';
Loading…