]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: remove ':' into anchor display
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 12 Jan 2009 11:21:45 +0000 (11:21 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 12 Jan 2009 11:21:45 +0000 (11:21 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@226 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/bookmarks.tpl.php

index 56fadbe90ad7153d4687495c5c34d551c39f7c54..2b30d8798ac354f89a1c000730d782177a455525 100644 (file)
@@ -200,7 +200,7 @@ if(isset($currenttag) && $currenttag!= '') {
                        $bkDescription = '-';
                } else {
                        $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor
-                       $bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor
+                       $bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 </b>', $bkDescription); // highlight starting anchor
                }
                echo '<div class="description">'. $bkDescription ."</div>\n";
                //if(!isset($hash)) {