From 43e7bcec572f140beed47095a2a8b0d563988e84 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 1 Oct 2024 11:07:01 +0200 Subject: [PATCH] change stats ui --- note.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/note.php b/note.php index d9ae0f0..7746bdd 100644 --- a/note.php +++ b/note.php @@ -11,9 +11,9 @@ if (isset($_POST['stats'])) { echo '
- lines:' . $lines . ' - words:'. $words . ' - chars:' . $chars . ' + ' . $lines . ' lines | + ' . $words . ' words | + ' . $chars . ' chars
'; } else if (isset($_POST['links']))