Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2021-04-28 07:37:55 +02:00
commit 73fda22519
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ This function detects an URL, title and optional text, separated
by `/'. The location for a browser's bookmark looks like this:
javascript:location.href = \\='org-protocol://capture?url=\\='+ \\
encodeURIComponent(location.href) + \\='&title=\\=' \\
encodeURIComponent(location.href) + \\='&title=\\=' + \\
encodeURIComponent(document.title) + \\='&body=\\=' + \\
encodeURIComponent(window.getSelection())