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
|
<?php
|
||||||
if (isset($_POST['stats']))
|
if (isset($_POST['stats']))
|
||||||
{
|
{
|
||||||
echo '<div>
|
echo '<div class="grey">' . $lines . ' ' . $words . ' ' . $chars . ' ' . $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']))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue