From cc1f09be6b6daff83d4fe67288183dfa50f85bda Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 13 Mar 2024 13:17:08 +0100 Subject: [PATCH] change stats display --- note.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/note.php b/note.php index 1ce746c..89f79f5 100644 --- a/note.php +++ b/note.php @@ -10,9 +10,9 @@ if (isset($_POST['stats'])) { echo '
- ' . $lines . ' lines - '. $words . ' words - ' . $chars . ' chars + lines:' . $lines . ' + words:'. $words . ' + chars:' . $chars . '
'; } else if (isset($_POST['links']))