diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-24 17:17:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-24 17:17:52 +0000 |
commit | f97b9ae517c1b4ad3d8776aa993dff383f85f132 (patch) | |
tree | c730cb4b675d31d1f1771250c0fd4caad811aac7 /phpBB/templates | |
parent | f06c348b00ccafe4910baf45f7ac93d9c322570d (diff) | |
download | forums-f97b9ae517c1b4ad3d8776aa993dff383f85f132.tar forums-f97b9ae517c1b4ad3d8776aa993dff383f85f132.tar.gz forums-f97b9ae517c1b4ad3d8776aa993dff383f85f132.tar.bz2 forums-f97b9ae517c1b4ad3d8776aa993dff383f85f132.tar.xz forums-f97b9ae517c1b4ad3d8776aa993dff383f85f132.zip |
Update to go along with fix for bug #493673, fix for profile will go in CVS shortly
git-svn-id: file:///svn/phpbb/trunk@1707 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-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 8cbc883613..4753818fc1 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><b><span class="gen">{WEBSITE_IMG}</span></b></td> + <td><span class="gen"><b>{WEBSITE}</b></span></td> </tr> <tr> <td valign="middle" align="right"><span class="gen">{L_OCCUPATION}: </span></td> |