summaryrefslogtreecommitdiff
path: root/data.php
diff options
context:
space:
mode:
Diffstat (limited to 'data.php')
-rw-r--r--data.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/data.php b/data.php
index b5c0b51..8f26a68 100644
--- a/data.php
+++ b/data.php
@@ -141,11 +141,11 @@ foreach ($links as $link)
}
echo "</links>\n";
-echo "<count>\n";
+echo "<counts>\n";
printf("\t" . '<count number="');
echo sizeof($count);
printf('" />' . "\n");
-echo "</count>\n";
+echo "</counts>\n";
echo "</root>";