diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-30 20:34:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-30 20:34:35 -0300 |
commit | 60dc4bcbfb9fd744b487f0b4014dc5ad5712a138 (patch) | |
tree | 4c1332b7f0a8bfb8b162635966b6d5ea8a94868a | |
parent | 9b5dce170cd9db6529c458d55e2d898fc4c7c127 (diff) | |
download | semanticscuttle-production.tar.gz semanticscuttle-production.tar.bz2 |
Fix: formattingproductiondevelop
-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 != '' |