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)) {