diff options
| -rw-r--r-- | phpBB/templates/subSilver/profile_view_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/profile_view_body.tpl b/phpBB/templates/subSilver/profile_view_body.tpl index c69ab6d36d..8cbc883613 100644 --- a/phpBB/templates/subSilver/profile_view_body.tpl +++ b/phpBB/templates/subSilver/profile_view_body.tpl @@ -33,7 +33,7 @@ </tr> <tr> <td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td> - <td><span class="gen"><b><a href="{WEBSITE}" class="gen" target="_blank">{WEBSITE}</a></b></span></td> + <td><b><span class="gen">{WEBSITE_IMG}</span></b></td> </tr> <tr> <td valign="middle" align="right"><span class="gen">{L_OCCUPATION}: </span></td> |
