From 6b48a9a511112d573eb7c53d8a8d655ea597bf0b Mon Sep 17 00:00:00 2001 From: the lemons Date: Sat, 5 Feb 2022 16:59:05 -0600 Subject: fix #redirect preview link --- zzcxz.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - ('

this action will link to %s

') + ('

this action will link to %s.

') :format(r, r), directives end -- cgit v1.2.3