* Fix regression(?) in behavior of initial-whitespace-pre in <center>
[lhc/web/wiklou.git] / maintenance / counter.php
1 <?php
2 function print_c($last, $current) {
3 echo str_repeat( chr(8), strlen( $last ) ) . $current;
4 }
5 ?>