From 8fb33e0ac9b63f4b8047aca3d488c95410cc8f50 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 13 Feb 2008 18:16:08 +0000 Subject: Interface fix: fix links to bookmarks into the users box git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@40 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/sidebar.block.users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/sidebar.block.users.php b/templates/sidebar.block.users.php index e42012e..b2d5b4e 100644 --- a/templates/sidebar.block.users.php +++ b/templates/sidebar.block.users.php @@ -20,7 +20,7 @@ foreach ($lastUsers as $row) { echo ''; echo $row['username']; echo ''; - echo ' ('.T_('bookmarks').')'; + echo ' ('.T_('bookmarks').')'; echo ''; } echo '...'; -- cgit v1.2.3