From 982dbbfd100e35f266b577c248d2046e63a7e270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 29 Jul 2021 01:15:15 +0200 Subject: [PATCH] Fix: proper shorthand-escape for display of admin link --- newdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newdate.sh b/newdate.sh index 2efa748..4b220c1 100755 --- a/newdate.sh +++ b/newdate.sh @@ -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.
[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.
[submit "bookmark" "add" Set Cookie]]' \ "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \ "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")" fi) -- 2.39.2