From 50a8a5b232b72a88103b94e07c6ba23f3fb806f0 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 12 Jan 2009 11:21:45 +0000 Subject: Interface fix: remove ':' into anchor display git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@226 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/bookmarks.tpl.php') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 56fadbe..2b30d87 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -200,7 +200,7 @@ if(isset($currenttag) && $currenttag!= '') { $bkDescription = '-'; } else { $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor - $bkDescription = preg_replace('|\[(.*?)\]|', '
$1 : ', $bkDescription); // remove final anchor + $bkDescription = preg_replace('|\[(.*?)\]|', '
$1 ', $bkDescription); // highlight starting anchor } echo '
'. $bkDescription ."
\n"; //if(!isset($hash)) { -- cgit v1.2.3