|
From: Paul S. O. <ps...@us...> - 2001-12-24 16:45:59
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv18732/templates/subSilver
Modified Files:
profile_view_body.tpl
Log Message:
Fix bug #496117
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** profile_view_body.tpl 2001/11/19 00:08:07 1.8
--- profile_view_body.tpl 2001/12/24 16:45:56 1.9
***************
*** 34,38 ****
<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>
</tr>
<tr>
--- 34,38 ----
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><b><span class="gen">{WEBSITE_IMG}</span></b></td>
</tr>
<tr>
|