From 865c033bb658c9ad252abc4717a519c39e3558de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20J=C3=A4ckle?= Date: Wed, 8 Nov 2023 10:48:44 +0100 Subject: [PATCH] Opens unicode.org in new tab --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index d98c586..ef7fc59 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -9,7 +9,7 @@ $u8 = "U+" . strtoupper($u8); $_js = 'this.closest("form").submit();return false;'; - $div = '
'; + $div = ''; $div .= ""; $div .= "$char"; $div .= htmlentities($u8);