change stat format wc style
This commit is contained in:
parent
4920d7373f
commit
53d3516b04
6
note.php
6
note.php
|
@ -10,11 +10,7 @@
|
|||
<?php
|
||||
if (isset($_POST['stats']))
|
||||
{
|
||||
echo '<div>
|
||||
<span class="grey">' . $lines . ' lines |</span>
|
||||
<span class="grey">' . $words . ' words |</span>
|
||||
<span class="grey">' . $chars . ' chars</span>
|
||||
</div>';
|
||||
echo '<div class="grey">' . $lines . ' ' . $words . ' ' . $chars . ' ' . $title . '.md</div>';
|
||||
}
|
||||
else if (isset($_POST['links']))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue