diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 19:13:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 19:13:39 +0000 |
| commit | cc3918c180d26063266fbc96e2cc3062e8e080e8 (patch) | |
| tree | 3fac421137e5ea88c8b96aac508567c65e8c9e30 /phpBB | |
| parent | 0aec2082eb551192b09eaa3561cc10dd9f99db7c (diff) | |
| download | forums-cc3918c180d26063266fbc96e2cc3062e8e080e8.tar forums-cc3918c180d26063266fbc96e2cc3062e8e080e8.tar.gz forums-cc3918c180d26063266fbc96e2cc3062e8e080e8.tar.bz2 forums-cc3918c180d26063266fbc96e2cc3062e8e080e8.tar.xz forums-cc3918c180d26063266fbc96e2cc3062e8e080e8.zip | |
Fixed bug #471317
git-svn-id: file:///svn/phpbb/trunk@1207 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -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 f8628762ca..721040d1b8 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="%7Buserrow.U_SEARCHPOSTS%7D"><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> |
