Interface fix: remove ':' into anchor display

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@226 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2009-01-12 11:21:45 +00:00
parent 67c9ffe55a
commit 50a8a5b232

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