git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@234 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
b00a08b5a0
commit
d91520b491
1 changed files with 2 additions and 2 deletions
|
@ -208,9 +208,9 @@ if(isset($currenttag) && $currenttag!= '') {
|
||||||
$bkDescription = '-';
|
$bkDescription = '-';
|
||||||
} else {
|
} else {
|
||||||
$bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor
|
$bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor
|
||||||
$bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 </b>', $bkDescription); // highlight starting anchor
|
$bkDescription = preg_replace('|\[(.*?)\]|', ' <b>$1 </b>', $bkDescription); // highlight starting anchor
|
||||||
}
|
}
|
||||||
echo '<div class="description">'. $bkDescription ."</div>\n";
|
echo '<div class="description">'. nl2br($bkDescription) ."</div>\n";
|
||||||
//if(!isset($hash)) {
|
//if(!isset($hash)) {
|
||||||
echo '<div class="address">'.shortenString($address).'</div>';
|
echo '<div class="address">'.shortenString($address).'</div>';
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in a new issue