change stats ui

This commit is contained in:
quenousimporte 2024-10-01 11:07:01 +02:00
parent a0ade9fb74
commit 43e7bcec57
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,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']))