From 53d3516b04c936d900527d018c58c78fa89b701f Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 2 Oct 2024 10:04:19 +0200 Subject: [PATCH] change stat format wc style --- note.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/note.php b/note.php index 7746bdd..2900b07 100644 --- a/note.php +++ b/note.php @@ -10,11 +10,7 @@ - ' . $lines . ' lines | - ' . $words . ' words | - ' . $chars . ' chars - '; + echo '
' . $lines . ' ' . $words . ' ' . $chars . ' ' . $title . '.md
'; } else if (isset($_POST['links'])) {