From ca9471e4fa1de8d459736ad8bdfdc72fbbec794d Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 19 Dec 2022 05:33:46 -0600 Subject: improve help link --- amaryllis.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amaryllis.cgi b/amaryllis.cgi index c77b1b3..e883e13 100755 --- a/amaryllis.cgi +++ b/amaryllis.cgi @@ -173,7 +173,7 @@ z=zh h('a', 'share this link!', { href=self_path .. '?' .. metavars.query_string }), - h('a', 'what the heck is this?', { href=self_path .. '?help=1' }), + h('a', 'what the heck is this?', { href='?help=1' }), h('a', 'source code', { href="https://sanine.net/git/amaryllis" }), })}) else -- cgit v1.2.1