change stat format wc style

This commit is contained in:
quenousimporte 2024-10-02 10:04:19 +02:00
parent 4920d7373f
commit 53d3516b04
1 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,7 @@
<?php <?php
if (isset($_POST['stats'])) if (isset($_POST['stats']))
{ {
echo '<div> echo '<div class="grey">' . $lines . '&nbsp;' . $words . '&nbsp;' . $chars . '&nbsp;' . $title . '.md</div>';
<span class="grey">' . $lines . ' lines |</span>
<span class="grey">' . $words . ' words |</span>
<span class="grey">' . $chars . ' chars</span>
</div>';
} }
else if (isset($_POST['links'])) else if (isset($_POST['links']))
{ {