diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index 8bc86ee78d..39b453bd71 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -247,7 +247,13 @@   [% terms.Bugs %] poked - [% stats.touched || 0 FILTER html %] + + [% IF user.id %] + + [% END %] + [% stats.touched || 0 FILTER html %] + [% "" IF user.id %] +