aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-04-16 01:15:54 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-04-16 01:15:54 +0000
commitcc8257f0699c34985aedf1608d99e87ff2a2c24c (patch)
treedbdaf589d0006e93817e1722ee9e8d8880a9f18c /phpBB
parentfdecd320a62b27690d2037479d4448292cfd8e34 (diff)
downloadforums-cc8257f0699c34985aedf1608d99e87ff2a2c24c.tar
forums-cc8257f0699c34985aedf1608d99e87ff2a2c24c.tar.gz
forums-cc8257f0699c34985aedf1608d99e87ff2a2c24c.tar.bz2
forums-cc8257f0699c34985aedf1608d99e87ff2a2c24c.tar.xz
forums-cc8257f0699c34985aedf1608d99e87ff2a2c24c.zip
Another damn bug ... I swear ... no I really am swearing
git-svn-id: file:///svn/phpbb/trunk@160 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/Default/viewonline_body.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/viewonline_body.tpl b/phpBB/templates/Default/viewonline_body.tpl
index 4cf06d04c1..66b1b1e96c 100644
--- a/phpBB/templates/Default/viewonline_body.tpl
+++ b/phpBB/templates/Default/viewonline_body.tpl
@@ -16,7 +16,7 @@
<td width="30%">&nbsp;<a href="profile.{PHPEX}?mode=view&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
<td width="20%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
<td width="10%" align="center">&nbsp;{userrow.LOGGEDON}&nbsp;</td>
- <td width="40%">&nbsp;<a href="{userow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
+ <td width="40%">&nbsp;<a href="{userrow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
</tr>
<!-- END userrow -->
</table></td>