change stats display

This commit is contained in:
quenousimporte 2024-03-13 13:17:08 +01:00
parent ab01cb5ac8
commit cc1f09be6b
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
if (isset($_POST['stats'])) if (isset($_POST['stats']))
{ {
echo '<div> echo '<div>
<span class="grey">' . $lines . ' lines</span> <span class="grey">lines:' . $lines . '</span>
<span class="grey">'. $words . ' words</span> <span class="grey">words:'. $words . '</span>
<span class="grey">' . $chars . ' chars</span> <span class="grey">chars:' . $chars . '</span>
</div>'; </div>';
} }
else if (isset($_POST['links'])) else if (isset($_POST['links']))