aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-13 10:33:52 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-13 10:33:52 +0100
commitcdf4406e1d0f1e1c53f2e6fd856e2f2c60d661a6 (patch)
tree671f92c43aa26d72ec258bd3e0b58b736681da5d /cgi
parentce539e8188a89b8aec11d6ff7a40aa2650f6fd2d (diff)
[toplinks] typo
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/user.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi
index 0773207..a88c695 100755
--- a/cgi/user.cgi
+++ b/cgi/user.cgi
@@ -4,7 +4,7 @@ require 'cgi'
def link(href, text, remote = false)
if remote
- $cgi.a(href: href, target: "_blank") { "[ #{text} &#21d7; ] " }
+ $cgi.a(href: href, target: "_blank") { "[ #{text} &#x21d7; ] " }
else
$cgi.a(href: href) { "[ #{text} ] " }
end