diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 19:14:48 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 19:14:48 +0000 |
commit | 235300037e5581d933abcafa72382cd5f794fa14 (patch) | |
tree | 14b9ca54df7db19e9741e1dca1efcde7dd60c264 /phpBB/templates | |
parent | cc3918c180d26063266fbc96e2cc3062e8e080e8 (diff) | |
download | forums-235300037e5581d933abcafa72382cd5f794fa14.tar forums-235300037e5581d933abcafa72382cd5f794fa14.tar.gz forums-235300037e5581d933abcafa72382cd5f794fa14.tar.bz2 forums-235300037e5581d933abcafa72382cd5f794fa14.tar.xz forums-235300037e5581d933abcafa72382cd5f794fa14.zip |
Fixed bug #471317
git-svn-id: file:///svn/phpbb/trunk@1208 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-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 721040d1b8..da97a7d256 100644 --- a/phpBB/templates/subSilver/modcp_viewip.tpl +++ b/phpBB/templates/subSilver/modcp_viewip.tpl @@ -31,7 +31,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}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a> </td> </tr> </table> |