diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index c95e129..299dc0a 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -208,9 +208,9 @@ if(isset($currenttag) && $currenttag!= '') { $bkDescription = '-'; } else { $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor - $bkDescription = preg_replace('|\[(.*?)\]|', '
$1 ', $bkDescription); // highlight starting anchor + $bkDescription = preg_replace('|\[(.*?)\]|', ' $1 ', $bkDescription); // highlight starting anchor } - echo '
'. $bkDescription ."
\n"; + echo '
'. nl2br($bkDescription) ."
\n"; //if(!isset($hash)) { echo '
'.shortenString($address).'
'; //}