aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-05 17:01:34 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-05 17:01:34 -0600
commit0c6c8d1f682e12ec8710f0b94779ca40c7d5f508 (patch)
treee8f3becc7019b1fa91b550e6daea9cb33f356162
parent7955f42266e9d22a1c11e241b53f7273d2e9bfde (diff)
fix typo in previous thing
-rwxr-xr-xzzcxz.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/zzcxz.cgi b/zzcxz.cgi
index 354ad79..8f8b480 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' ..
+ '<p class="note">this action will link to ' ..
'<a href="/g/%s" target="_blank">%s</a>.</p>'
):format(r, r), directives
end