diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-08 21:47:20 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-08 21:47:20 +0100 |
| commit | ea1269577fcd9d9b05f4b29ae2ad0d7c4c9a6ca2 (patch) | |
| tree | 1042a5c01b93e5786a626343b19e6d5ad4275d48 /scripts | |
| parent | 1155220fd5c94fa9769c55597575437581170c16 (diff) | |
Shorten urls
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/email_bookmarks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/email_bookmarks.php b/scripts/email_bookmarks.php index 4b616e7..9a63d94 100644 --- a/scripts/email_bookmarks.php +++ b/scripts/email_bookmarks.php @@ -29,7 +29,7 @@ function buildMessage(array $urls, string $site): string { $urls = array_map(function ($url) use ($site) { return sprintf( - '<li><a href="%s/bookmarks/read?url=%s">%s</a></li>', + '<li><a href="%s/read?url=%s">%s</a></li>', $site, urlencode($url), htmlentities($url) |
