diff options
author | sanine <sanine.not@pm.me> | 2022-12-19 05:33:46 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-12-19 05:33:46 -0600 |
commit | ca9471e4fa1de8d459736ad8bdfdc72fbbec794d (patch) | |
tree | 1ecb750c47fdebfa02df4d33ae78b47e270db27d | |
parent | aa6cf4c0e6fc72a5860e1b502c7996c15a0fc552 (diff) |
-rwxr-xr-x | amaryllis.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |