summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--templates/bookmarks.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index a47a18a..4a9c1b2 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -196,9 +196,9 @@ if(isset($currenttag) && $currenttag!= '') {
$bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor
}
echo '<div class="description">'. $bkDescription ."</div>\n";
- if(!isset($hash)) {
+ //if(!isset($hash)) {
echo '<div class="address">'.shortenString($address).'</div>';
- }
+ //}
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n";