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'])) {