From e78af7b6f3f775ccb8703091124c84ea9d1b59dd Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 8 Jun 2022 19:37:54 +0200 Subject: Improve i18n a bit more --- index.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index cb35385..a153354 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@
- ", $html)[0]); $full = trim($html); ?> + ", $html)[0]); + $full = trim($html); + ?>
-- cgit