diff options
Diffstat (limited to 'amaryllis.cgi')
-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 |