diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php
index b349ab7..c6a87c2 100644
--- a/data/templates/bookmarks.tpl.php
+++ b/data/templates/bookmarks.tpl.php
@@ -296,8 +296,8 @@ if($currenttag!= '') {
$rel = ' rel="nofollow"';
}
- $address = filter($row['bAddress']);
-
+ $address = filter($row['bAddress']);
+ $oaddress = $address;
// Redirection option
if ($GLOBALS['useredir']) {
$address = $GLOBALS['url_redir'] . $address;
@@ -344,7 +344,7 @@ if($currenttag!= '') {
}
echo '
'. nl2br($bkDescription) ."
\n";
//if(!isset($hash)) {
- echo ''.shortenString($address).'
';
+ echo '' . shortenString($oaddress) . '
';
//}
echo ''. $cats . $copy . $edit . $update ."
\n";
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d2336a6..e5022ef 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -11,6 +11,8 @@ ChangeLog for SemantiScuttle
instead of modification date
- Fix bug #2887063: Common tag combination description feels broken
- Fix several SQL injection possibilities
+- Implement request #2934868: Do not display full redirection URL
+ Patch by fnorder@users.sourceforge.net
0.95.2 - 2010-01-16