change stats ui
This commit is contained in:
parent
a0ade9fb74
commit
43e7bcec57
6
note.php
6
note.php
|
@ -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']))
|
||||||
|
|
Loading…
Reference in New Issue