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:
parent
67c9ffe55a
commit
50a8a5b232
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue