From 7955f42266e9d22a1c11e241b53f7273d2e9bfde Mon Sep 17 00:00:00 2001 From: the lemons Date: Sat, 5 Feb 2022 17:01:01 -0600 Subject: #redirect preview link target="_blank" --- zzcxz.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zzcxz.cgi b/zzcxz.cgi index d9589cc..354ad79 100755 --- a/zzcxz.cgi +++ b/zzcxz.cgi @@ -205,10 +205,10 @@ local function convert_markup(m) if directives.redirect then local r = directives.redirect - return - ('

this action will link to %s.

') - :format(r, r), - directives + return ( + '

this action will link to' .. + '%s.

' + ):format(r, r), directives end return table.concat(result), directives -- cgit v1.2.3