]> git.plutz.net Git - webpoll/commitdiff
Fix: proper shorthand-escape for display of admin link
authorPaul Hänsch <paul@plutz.net>
Wed, 28 Jul 2021 23:15:15 +0000 (01:15 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 28 Jul 2021 23:15:15 +0000 (01:15 +0200)
newdate.sh

index 2efa7485a44a73e715318c3bdf47bc874db5ec83..4b220c14c49fa8908b5ea80ee38dfaf2dd4cbb4d 100755 (executable)
@@ -174,11 +174,11 @@ else
            printf '[submit "delete" "delete" Cancel] [submit "post" "post" Post Event]'
          fi)
          $(if [ "$bookmarks" ]; then
-           printf '[section .bookmark This admin page is accessible via the link [a href="%s" %s]. You must copy this link and keep it safe, so you can modify this poll later! The poll has also been bookmarked and will be listed on the front page.' \
+           printf '[section .bookmark This admin page is accessible via the link [a href="%s" %s]. You must copy this link and keep it safe, so you can modify this poll later! The poll has also been bookmarked and will be listed on the front page.' \
            "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
            "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
           else
-           printf '[section .bookmark This admin page is accessible via the link [a href="%s" %s]. You must copy this link and keep it safe, so you can modify this poll later! You can also set a Cookie to bookmark all polls you visit, including this admin page. Bookmarked polls will be listed on the frontpage.<br/> [submit "bookmark" "add" Set Cookie]]' \
+           printf '[section .bookmark This admin page is accessible via the link [a href="%s" %s]. You must copy this link and keep it safe, so you can modify this poll later! You can also set a Cookie to bookmark all polls you visit, including this admin page. Bookmarked polls will be listed on the frontpage.<br/> [submit "bookmark" "add" Set Cookie]]' \
            "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
            "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
          fi)