diff --git a/html/data.php b/html/data.php
index 4c53752cf..999dded6d 100644
--- a/html/data.php
+++ b/html/data.php
@@ -26,6 +26,6 @@ $out = snmp_get($device, "ifOutOctets.".$port['ifIndex'], "-OUqnv", "IF-MIB");
$time = time();
-printf("%lf|%u|%u\n", time(), $in, $out);
+printf("%lf|%s|%s\n", time(), $in, $out);
?>