|
From: Bart v. B. <ba...@us...> - 2002-01-18 23:27:35
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv5805/templates/subSilver
Modified Files:
modcp_viewip.tpl
Log Message:
Fixed 'blabla %s' problem in ALT attr (#504666)
Index: modcp_viewip.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_viewip.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** modcp_viewip.tpl 2001/11/18 14:02:25 1.5
--- modcp_viewip.tpl 2002/01/18 23:27:32 1.6
***************
*** 33,37 ****
<tr>
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
! <td align="right"><a href="{userrow.U_SEARCHPOSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a>
</td>
</tr>
--- 33,37 ----
<tr>
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
! <td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a>
</td>
</tr>
|