diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/bookmarks.tpl.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 556d92e..cc4743c 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -171,7 +171,7 @@ window.onload = playerLoad;          }          echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";  	if(!isset($hash)) { -	    echo '<div class="address">'.$address.'</div>'; +	    echo '<div class="address">'.shortenString($address).'</div>';  	}          echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";  | 
