From 66ad0634e224d660e9a6f3c829cd129185321527 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 19 May 2009 12:10:10 +0000 Subject: Interface fix: clicks on a bookmark open it into a new window. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@326 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 a7cc184..5aefc82 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -246,7 +246,7 @@ if($currenttag!= '') { echo '
';; - echo '\n"; + echo '\n"; if ($row['bDescription'] == '') { $bkDescription = '-'; } else { -- cgit v1.2.3-54-g00ecf