From 80275f0ce8ef5e28f8e8e191640c0310ba3a8ef0 Mon Sep 17 00:00:00 2001 From: Lewis Date: Fri, 1 May 2026 19:30:53 +0300 Subject: [PATCH] appview/quick-type-fixes Lewis: May this revision serve well! --- appview/pages/templates/fragments/tinyAvatarList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/fragments/tinyAvatarList.html b/appview/pages/templates/fragments/tinyAvatarList.html index 7b3515df..3482b3df 100644 --- a/appview/pages/templates/fragments/tinyAvatarList.html +++ b/appview/pages/templates/fragments/tinyAvatarList.html @@ -7,7 +7,7 @@ {{ range $i, $p := $ps }} {{ $zIdx := printf "z-%d0" (sub 5 $i) }} {{ $classes = printf "%s %s" $zIdx $classes }} - {{ template "user/fragments/picLink" (list . $classes ) }} + {{ template "user/fragments/picLink" (list (printf "%s" .) $classes ) }} {{ end }} {{ if gt (len $all) 5 }} -- 2.51.2