This commit is contained in:
mensonge 2009-01-15 15:04:59 +00:00
parent b00a08b5a0
commit d91520b491

View file

@ -208,9 +208,9 @@ if(isset($currenttag) && $currenttag!= '') {
$bkDescription = '-';
} else {
$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)) {
echo '<div class="address">'.shortenString($address).'</div>';
//}