diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:51:19 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:51:19 +0000 |
commit | c222c0230e5bdbea39b097946228d9e2fd92c434 (patch) | |
tree | c3d035e56c880f82c8a84eb42c4bcb6e85f40925 /data.php | |
parent | 8a847c82e6eaa5e1ce91f66b977b655bf929fafd (diff) |
added feedback to reload button
Diffstat (limited to 'data.php')
-rw-r--r-- | data.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>";
|