From f35c33da9189fd252419c72c6fce66faa0540a03 Mon Sep 17 00:00:00 2001 From: TheRON Date: Sat, 6 Jun 2026 05:08:50 -0400 Subject: [PATCH] Updated --- hubzilla/addon/assoc_profile/assoc_profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubzilla/addon/assoc_profile/assoc_profile.php b/hubzilla/addon/assoc_profile/assoc_profile.php index fe67e9f..1669253 100644 --- a/hubzilla/addon/assoc_profile/assoc_profile.php +++ b/hubzilla/addon/assoc_profile/assoc_profile.php @@ -187,7 +187,7 @@ function assoc_render_view($entry) { if ($val === '') $val = '—'; if (in_array($val, ['UNK'])) $val = 'Unknown — not yet verified'; $out .= '
'; - $out .= '' . assoc_h($labels[$field] ?? $field) . ''; + $out .= '' . assoc_h($labels[$field] ?? $field) . ': '; $out .= '' . assoc_h($val) . ''; $out .= '
'; }