diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default/bookmarks.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default/bookmarks.tpl.php b/data/templates/default/bookmarks.tpl.php index 945e823..9d3f5ab 100644 --- a/data/templates/default/bookmarks.tpl.php +++ b/data/templates/default/bookmarks.tpl.php @@ -515,7 +515,7 @@ if ($currenttag!= '') { . $edit . "\n" . $update . "\n" . $cacheLink ."\n" - . ' | <a href="/permalink/'. $row['bId'] . '">Permalink</a>' ."\n" + . ' | <a href="/permalink/'. $row['bId'] . '">Permalink</a>' ."\n" . ' | <a href="https://web.archive.org/web/*/'. htmlspecialchars($address) . '">Wayback Machine</a>' ."\n" . " </div>\n"; echo $privateNoteField != '' |