From 69114fb3a5e513d66fecb7f9701fe957c95ecaf3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 23 Dec 2024 17:31:30 +0100 Subject: [PATCH] Add the missing `alt` attribute on the user card Fixes #6142 --- com.woltlab.wcf/templates/userCard.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/userCard.tpl b/com.woltlab.wcf/templates/userCard.tpl index deee068de1..94758ddbb8 100644 --- a/com.woltlab.wcf/templates/userCard.tpl +++ b/com.woltlab.wcf/templates/userCard.tpl @@ -3,7 +3,8 @@
+ src="{$user->getCoverPhoto()->getURL()}" + alt="">
{user object=$user type='avatar64' ariaHidden='true' tabindex='-1'} -- 2.20.1