From: mensonge Date: Mon, 12 Jan 2009 11:21:45 +0000 (+0000) Subject: Interface fix: remove ':' into anchor display X-Git-Tag: v0.94~158 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=50a8a5b232b72a88103b94e07c6ba23f3fb806f0;p=semanticscuttle.git Interface fix: remove ':' into anchor display git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@226 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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)) {