aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-05 16:59:05 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-05 16:59:05 -0600
commit6b48a9a511112d573eb7c53d8a8d655ea597bf0b (patch)
treedd28c2e3d35b2f47fd974316e6cc9c8d4bd0f2d8
parent99db12fcecadb7afc2913abddf54f4bcc5fbb793 (diff)
fix #redirect preview link
-rwxr-xr-xzzcxz.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/zzcxz.cgi b/zzcxz.cgi
index 696c7b0..d9589cc 100755
--- a/zzcxz.cgi
+++ b/zzcxz.cgi
@@ -206,7 +206,7 @@ local function convert_markup(m)
if directives.redirect then
local r = directives.redirect
return
- ('<p class="note">this action will link to <a href=%s>%s</a></p>')
+ ('<p class="note">this action will link to <a href="/g/%s">%s</a>.</p>')
:format(r, r),
directives
end