diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-18 23:27:32 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-18 23:27:32 +0000 |
| commit | e753ec60fce32368542daebc5a85b6a10adfb5e9 (patch) | |
| tree | 259a076a47ed41e613957dc4763464d632f7ac64 /phpBB/templates/subSilver | |
| parent | 5e4bb146a38cb5d4762571da0ec990a565f8d8e4 (diff) | |
| download | forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.gz forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.bz2 forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.xz forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.zip | |
Fixed 'blabla %s' problem in ALT attr (#504666)
git-svn-id: file:///svn/phpbb/trunk@1911 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/modcp_viewip.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/modcp_viewip.tpl b/phpBB/templates/subSilver/modcp_viewip.tpl index de645b58a2..5fbead798a 100644 --- a/phpBB/templates/subSilver/modcp_viewip.tpl +++ b/phpBB/templates/subSilver/modcp_viewip.tpl @@ -32,7 +32,7 @@ <table width="100%" cellspacing="0" cellpadding="0" border="0"> <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 align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a> </td> </tr> </table> |
