summaryrefslogtreecommitdiff
path: root/maintenance/counter.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/counter.php')
-rw-r--r--maintenance/counter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/counter.php b/maintenance/counter.php
index d84c877d..67b9ce21 100644
--- a/maintenance/counter.php
+++ b/maintenance/counter.php
@@ -2,4 +2,4 @@
function print_c($last, $current) {
echo str_repeat( chr(8), strlen( $last ) ) . $current;
}
-?>
+