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 .= '
'; }