From a98e5ff889a82858e34397cc0231b30d8ff2d59a Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 9 Feb 2009 14:28:46 +0000 Subject: Interface fix: improve subtitle display. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@264 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index b0ed3e8..f7cec77 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -159,7 +159,7 @@ if($currenttag!= '') { } // Last update - $update = ' ('. T_('update') .' '. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') '; + $update = ' ('. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') '; // User attribution $copy = ' '. T_('by'). ' '; -- cgit v1.2.3